Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15a1523

Browse files
committed
ci/fmt.sh: Cleanup
1 parentaa4d85f commit15a1523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎ci/fmt.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ main() {
2121
stringer -type=opcode,MessageType,StatusCode -output=stringer.go
2222

2323
if [[${CI-} ]];then
24-
ensure_fmt
24+
assert_no_changes
2525
fi
2626
}
2727

28-
ensure_fmt() {
28+
assert_no_changes() {
2929
if [[$(git ls-files --other --modified --exclude-standard) ]];then
3030
git -c color.ui=always --no-pager diff
3131
echo

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp