Skip to content

Commit 2892916

Browse files
🎨 改进代码样式
1 parent 6cbe589 commit 2892916

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugin/hyaku/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121

2222
const bed = "https://gitcode.net/u011570312/OguraHyakuninIsshu/-/raw/master/"
2323

24-
// nolint: asciicheck
24+
//nolint: asciicheck
2525
type line struct {
2626
番号, 歌人, 上の句, 下の句, 上の句ひらがな, 下の句ひらがな string
2727
}

plugin/qqwife/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import (
2828
"github.com/FloatTech/zbputils/img/text"
2929
)
3030

31-
//nolint: asciicheck
3231
// nolint: asciicheck
32+
//nolint: asciicheck
3333
var (
3434
民政局 = &婚姻登记{
3535
db: &sql.Sqlite{},

plugin/qqwife/function.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
"github.com/Coloured-glaze/gg"
1515
)
1616

17-
// nolint: asciicheck
1817
//nolint: asciicheck
18+
// nolint: asciicheck
1919
type 婚姻登记 struct {
2020
db *sql.Sqlite
2121
dbmu sync.RWMutex

0 commit comments

Comments
 (0)