mirror of
https://github.com/ollama/ollama.git
synced 2025-09-05 15:19:20 +02:00
gofmt, goimports
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user