Skip to content

Commit f4d8886

Browse files
committed
fix lint
1 parent 150b7e4 commit f4d8886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/setting/database.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var (
3535
Path string
3636
LogSQL bool
3737
Charset string
38-
DefaultVarchar string
38+
DefaultVarchar string
3939
Timeout int // seconds
4040
UseSQLite3 bool
4141
UseMySQL bool
@@ -49,7 +49,7 @@ var (
4949
IterateBufferSize int
5050
}{
5151
DefaultVarchar: "varchar",
52-
Timeout: 500,
52+
Timeout: 500,
5353
}
5454
)
5555

0 commit comments

Comments
 (0)