Skip to content

Commit 520b5ae

Browse files
sourcegraph-botSourcegraph
andauthored
Run go fmt (#311)
Co-authored-by: Sourcegraph <[email protected]>
1 parent acaa04e commit 520b5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/src/main_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ func TestReadConfig(t *testing.T) {
180180
}
181181
*configPath = filePath
182182
}
183-
183+
184184
if err := os.Setenv("SRC_HEADER_FOO", test.envFooHeader); err != nil {
185185
t.Fatal(err)
186186
}
187-
187+
188188
config, err := readConfig()
189189
if diff := cmp.Diff(test.want, config); diff != "" {
190190
t.Errorf("config: %v", diff)

0 commit comments

Comments
 (0)