Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval committed Sep 21, 2024
1 parent f8d0a6c commit 373668d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controlsvc/controlsvc.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func (s *SockControl) ReadFromConn(message string, out io.Writer, io Copier) err
if _, err := out.Write([]byte(data)); err != nil {
return err

Check warning on line 146 in pkg/controlsvc/controlsvc.go

View check run for this annotation

Codecov / codecov/patch

pkg/controlsvc/controlsvc.go#L145-L146

Added lines #L145 - L146 were not covered by tests
}

fallthrough
case payloadDebug > 0:
var connectType string
Expand Down

0 comments on commit 373668d

Please sign in to comment.