chore: coding style (#3074)

This commit is contained in:
Kevin Wan
2023-03-29 00:34:22 +08:00
committed by GitHub
parent 50bc361430
commit 9065eb90d9
7 changed files with 137 additions and 19 deletions

View File

@@ -63,9 +63,9 @@ type printer struct {
output io.Writer
filter FieldFilter
ptrmap map[interface{}]int // *T -> line number
prefixIndent int // current indentation level
last byte // the last byte processed by Write
line int // current line number
prefixIndent int // current indentation level
last byte // the last byte processed by Write
line int // current line number
}
var prefixIndent = []byte(". ")