mirror of
https://github.com/duke-git/lancet.git
synced 2026-03-01 00:35:28 +08:00
fmt: fix some gofmt issue
This commit is contained in:
@@ -14,4 +14,4 @@ func Comma(v interface{}, symbol string) string {
|
||||
return symbol + commaString(s[:dotIndex]) + s[dotIndex:]
|
||||
}
|
||||
return symbol + commaString(s)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user