Commit 70987216 authored by johnnyjoy's avatar johnnyjoy

chore: fix linter

parent e24f92b7
......@@ -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
}
......@@ -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment