Skip to content

Commit b0e1a7c

Browse files
committed
lint fix
1 parent fbb28eb commit b0e1a7c

File tree

1 file changed

+2
-2
lines changed
  • components/core/src/clp_s/search/sql

1 file changed

+2
-2
lines changed

components/core/src/clp_s/search/sql/sql.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ namespace clp_s::search::sql {
2323
namespace {
2424
class ParseTreeVisitor : public SqlBaseVisitor {
2525
public:
26-
[[nodiscard]] auto visitStart([[maybe_unused]] SqlParser::StartContext* ctx
27-
) -> std::any override {
26+
[[nodiscard]] auto visitStart([[maybe_unused]] SqlParser::StartContext* ctx)
27+
-> std::any override {
2828
return EmptyExpr::create();
2929
}
3030
};

0 commit comments

Comments
 (0)