chore: update code format. (#628)
This commit is contained in:
@@ -61,7 +61,7 @@ func writeIndent(writer io.Writer, indent int) {
|
||||
}
|
||||
|
||||
func indentString(indent int) string {
|
||||
var result = ""
|
||||
result := ""
|
||||
for i := 0; i < indent; i++ {
|
||||
result += "\t"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user