Skip to content

Commit 2510057

Browse files
committed
chore: update implementation
1 parent b8110f8 commit 2510057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/tagalign/tagalign.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func New(settings *config.TagAlignSettings) *goanalysis.Linter {
12-
options := []tagalign.Option{tagalign.WithMode(tagalign.StandaloneMode)}
12+
var options []tagalign.Option
1313

1414
if settings != nil {
1515
options = append(options, tagalign.WithAlign(settings.Align))

0 commit comments

Comments
 (0)