diff options
Diffstat (limited to 'internal/scfg/writer.go')
-rw-r--r-- | internal/scfg/writer.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/scfg/writer.go b/internal/scfg/writer.go index e239d68..16ca210 100644 --- a/internal/scfg/writer.go +++ b/internal/scfg/writer.go @@ -9,9 +9,7 @@ import ( "strings" ) -var ( - errDirEmptyName = errors.New("scfg: directive with empty name") -) +var errDirEmptyName = errors.New("scfg: directive with empty name") // Write writes a parsed configuration to the provided io.Writer. func Write(w io.Writer, blk Block) error { |