Skip to content

Commit 858e54f

Browse files
committed
lint issue
1 parent 2db3b60 commit 858e54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/nginx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func (internalError *internalError) Wrap(err string) *internalError {
126126
return internalError
127127
}
128128

129-
// this is an internal representation of the Stats object including endpoint and streamEndpoint lists
129+
// this is an internal representation of the Stats object including endpoint and streamEndpoint lists.
130130
type extendedStats struct {
131131
endpoints []string
132132
streamEndpoints []string

0 commit comments

Comments
 (0)