Skip to content

Commit a09e498

Browse files
committed
style(format): gofmt
1 parent af56897 commit a09e498

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

internal/system/executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type Executor struct {
4545
wsConnMu sync.RWMutex
4646
terminalHandler TerminalHandler
4747
terminalMu sync.RWMutex
48-
activeStreams sync.Map // streamID → struct{}, guards against duplicate log stream goroutines
48+
activeStreams sync.Map // streamID → struct{}, guards against duplicate log stream goroutines
4949
streamCancelsMu sync.Mutex
5050
streamCancels map[string]streamOwner // path → owner, ensures only one active stream per log path
5151
}

internal/terminal/handler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,3 @@ func (h *Handler) removeSession(sessionID string) {
278278
}
279279
}
280280
}
281-

0 commit comments

Comments
 (0)