Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Feb 12, 2024
1 parent ccbd117 commit be6c277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ func TestServiceValidate(t *testing.T) {
expectedErr string
}{
"same_types": {
createSettings: func() Settings { return newNopSettings() },
createSettings: newNopSettings,
config: newNopConfig(),
expectedErr: "",
},
Expand Down

0 comments on commit be6c277

Please sign in to comment.