mirror of
https://github.com/usememos/memos.git
synced 2025-10-29 07:48:14 +08:00
chore: fix linter
This commit is contained in:
parent
e24f92b719
commit
7098721617
2 changed files with 2 additions and 2 deletions
|
|
@ -157,4 +157,4 @@ func TestConvertExprToSQL(t *testing.T) {
|
|||
require.Equal(t, tt.want, convertCtx.Buffer.String())
|
||||
require.Equal(t, tt.args, convertCtx.Args)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -157,4 +157,4 @@ func TestConvertExprToSQL(t *testing.T) {
|
|||
require.Equal(t, tt.want, convertCtx.Buffer.String())
|
||||
require.Equal(t, tt.args, convertCtx.Args)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue