Skip to content

Commit 62032e1

Browse files
committed
feat: update makefile
1 parent 0828514 commit 62032e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mock:
4747
fmt:
4848
@golines --shorten-comments -m 120 -w .
4949
@gofumpt -w -l .
50-
@gci write --section Standard --section Default --section "Prefix(github.com/casdoor/notify2)" .
50+
@gci write -s standard -s default -s "Prefix(github.com/casdoor/notify2)" .
5151
.PHONY: fmt
5252

5353
lint:

0 commit comments

Comments
 (0)