From 70987216172e1a752822fb68ff23c426dea43a03 Mon Sep 17 00:00:00 2001 From: johnnyjoy Date: Tue, 22 Jul 2025 21:15:23 +0800 Subject: [PATCH] chore: fix linter --- store/db/postgres/memo_filter_test.go | 2 +- store/db/sqlite/memo_filter_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/store/db/postgres/memo_filter_test.go b/store/db/postgres/memo_filter_test.go index 4df217640..755f88ebe 100644 --- a/store/db/postgres/memo_filter_test.go +++ b/store/db/postgres/memo_filter_test.go @@ -157,4 +157,4 @@ func TestConvertExprToSQL(t *testing.T) { require.Equal(t, tt.want, convertCtx.Buffer.String()) require.Equal(t, tt.args, convertCtx.Args) } -} \ No newline at end of file +} diff --git a/store/db/sqlite/memo_filter_test.go b/store/db/sqlite/memo_filter_test.go index fb7d62744..143f44774 100644 --- a/store/db/sqlite/memo_filter_test.go +++ b/store/db/sqlite/memo_filter_test.go @@ -157,4 +157,4 @@ func TestConvertExprToSQL(t *testing.T) { require.Equal(t, tt.want, convertCtx.Buffer.String()) require.Equal(t, tt.args, convertCtx.Args) } -} \ No newline at end of file +}