Skip to content

Commit 6ff46bc

Browse files
chore: fix lint error
1 parent 3f62b1c commit 6ff46bc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

edge/client/portainer_edge_client.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ type NonOkResponseError struct {
5151
msg string
5252
}
5353

54-
func newNonOkResponseError(msg string) *NonOkResponseError {
55-
return &NonOkResponseError{msg: msg}
56-
}
57-
5854
func (e *NonOkResponseError) Error() string {
5955
return e.msg
6056
}

0 commit comments

Comments
 (0)