Skip to content

Commit 3509c4d

Browse files
committed
review
1 parent e145060 commit 3509c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/goformatters/golines/golines.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func New(settings *config.GoLinesSettings) *Formatter {
2525
IgnoreGenerated: false, // handle globally
2626
DotFile: "", // golines debug (not usable inside golangci-lint)
2727
ChainSplitDots: settings.ChainSplitDots,
28-
BaseFormatterCmd: "fmt", // fake cmd
28+
BaseFormatterCmd: "gofmt", // fake cmd
2929
}
3030
}
3131

0 commit comments

Comments
 (0)