go fmt
This commit is contained in:
@@ -89,7 +89,10 @@ func TestBuildFilterNil(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestFmtCount(t *testing.T) {
|
||||
cases := []struct{ n int64; want string }{
|
||||
cases := []struct {
|
||||
n int64
|
||||
want string
|
||||
}{
|
||||
{0, "0"},
|
||||
{999, "999"},
|
||||
{1000, "1 000"},
|
||||
|
||||
Reference in New Issue
Block a user