Skip to content

Commit

Permalink
apply go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
521337 committed Sep 14, 2024
1 parent bf8884a commit 20feb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestInferSiteURL(t *testing.T) {
{"https://v2.exercism.io/api/v1", "https://v2.exercism.io"},
{"https://mentors-beta.exercism.io/api/v1", "https://mentors-beta.exercism.io"},
{"http://localhost:3000/api/v1", "http://localhost:3000"},
{"", "https://exercism.org"}, // use the default
{"", "https://exercism.org"}, // use the default
{"http://whatever", "http://whatever"}, // you're on your own, pal
}

Expand Down

0 comments on commit 20feb13

Please sign in to comment.