Skip to content

Commit 7fb2968

Browse files
committed
Remove whitespace
1 parent 2b9cc6e commit 7fb2968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ linters-settings:
313313
# specify an error message to output when a blacklisted package is used
314314
- github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
315315
ifshort:
316-
# Maximum length of variable declaration measured in number of lines, after which linter won't suggest using short syntax.
316+
# Maximum length of variable declaration measured in number of lines, after which linter won't suggest using short syntax.
317317
# Has higher priority than max-decl-chars.
318318
max-decl-lines: 1
319319
# Maximum length of variable declaration measured in number of characters, after which linter won't suggest using short syntax.

0 commit comments

Comments
 (0)