Runs go fmt.
This commit is contained in:
parent
bb0b560542
commit
658f2bddf4
|
@ -10,9 +10,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
newline = []byte{'\n'}
|
newline = []byte{'\n'}
|
||||||
dataindent = []byte{'\t', '\t'}
|
dataindent = []byte{'\t', '\t'}
|
||||||
space = []byte{' '}
|
space = []byte{' '}
|
||||||
)
|
)
|
||||||
|
|
||||||
type ByteWriter struct {
|
type ByteWriter struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user