Skip to content

Commit 46f6c58

Browse files
geroplFuristo
andauthored
Review comment: superfluous parentheses
Co-authored-by: Thomas Schubart <[email protected]>
1 parent f730246 commit 46f6c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/supervisor/pkg/supervisor/supervisor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ func watchTerminalNoDeadlineExceeded(ctx context.Context, exps experiments.Clien
597597
value := exps.GetBoolValue(ctx, "supervisor_terminal_no_deadline_exceeded", false, experiments.Attributes{GitpodHost: gitpodHost})
598598
result := newBool(value)
599599

600-
go (func() {
600+
go func() {
601601
t := time.NewTicker(30 * time.Second)
602602

603603
for {

0 commit comments

Comments
 (0)