Skip to content

Commit a9ee429

Browse files
committed
fix linter issues
1 parent eade34d commit a9ee429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/secondary_endpoint_client_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
NetworkNotReadyErrorMsg = "network is not ready"
19+
NetworkNotReadyErrorMsg = "network is not ready"
2020
)
2121

2222
var errorSecondaryEndpointClient = errors.New("SecondaryEndpointClient Error")

0 commit comments

Comments
 (0)