gofmt, goimports

This commit is contained in:
Michael Yang
2024-06-04 11:53:23 -07:00
parent ed56428dd7
commit 6297f85606
5 changed files with 9 additions and 8 deletions

View File

@@ -386,8 +386,8 @@ func FuzzName(f *testing.F) {
func TestIsValidNamespace(t *testing.T) {
cases := []struct {
username string
expected bool
username string
expected bool
}{
{"", false},
{"a", true},