Skip to content

Commit 06ae46d

Browse files
committed
fix: gofumt newline for bare return
1 parent b0f5c7c commit 06ae46d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cmd/accounting-reader.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,6 @@ func (a *accounter) Read(p []byte) (n int, err error) {
190190

191191
n = len(p)
192192
a.Add(int64(n))
193+
193194
return
194195
}

cmd/admin-config-reset.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ func (u configResetMessage) String() (msg string) {
7878
msg += console.Colorize("ResetConfigSuccess",
7979
fmt.Sprintf("\nPlease restart your server with `%s`.", suggestion))
8080
}
81+
8182
return
8283
}
8384

cmd/admin-config-set.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ func (u configSetMessage) String() (msg string) {
7373
msg += console.Colorize("SetConfigSuccess",
7474
fmt.Sprintf("\nPlease restart your server '%s'.", suggestion))
7575
}
76+
7677
return
7778
}
7879

0 commit comments

Comments
 (0)