Skip to content

Commit 904b871

Browse files
committed
Removed rouge paren
1 parent 28c9610 commit 904b871

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/testing/integration/frontend_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ func TestModulePackageDirectoryResolution(t *testing.T) {
166166
}
167167
}
168168

169-
170169
func setupFrontend(ctx context.Context, t *testing.T, q queue.Queue) *httptest.Server {
171170
t.Helper()
172171
config := frontend.ServerConfig{
@@ -176,7 +175,7 @@ func setupFrontend(ctx context.Context, t *testing.T, q queue.Queue) *httptest.S
176175
ThirdPartyPath: "../../../third_party",
177176
AppVersionLabel: "",
178177
Queue: q,
179-
})
178+
}
180179

181180
mux := http.NewServeMux()
182181
s, err := frontend.CreateAndInstallServer(config, mux.Handle, nil)

0 commit comments

Comments
 (0)