chore: fix linter

This commit is contained in:
johnnyjoy 2025-07-22 21:15:23 +08:00
parent e24f92b719
commit 7098721617
2 changed files with 2 additions and 2 deletions

View file

@ -157,4 +157,4 @@ func TestConvertExprToSQL(t *testing.T) {
require.Equal(t, tt.want, convertCtx.Buffer.String())
require.Equal(t, tt.args, convertCtx.Args)
}
}
}

View file

@ -157,4 +157,4 @@ func TestConvertExprToSQL(t *testing.T) {
require.Equal(t, tt.want, convertCtx.Buffer.String())
require.Equal(t, tt.args, convertCtx.Args)
}
}
}