Skip to content

Commit c7c093c

Browse files
poyrazKgithub-actions[bot]
authored andcommitted
style: automated clang-format fixes
1 parent 631265e commit c7c093c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/parser_tests.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,8 +798,7 @@ TEST(ParserTests, ComplexUpdate) {
798798
}
799799

800800
TEST(ParserTests, ComplexDelete) {
801-
auto stmt = parse(
802-
"DELETE FROM users WHERE status = 'inactive' AND last_login < '2024-01-01'");
801+
auto stmt = parse("DELETE FROM users WHERE status = 'inactive' AND last_login < '2024-01-01'");
803802
ASSERT_NE(stmt, nullptr);
804803

805804
auto* delete_stmt = as<DeleteStatement>(stmt);

0 commit comments

Comments
 (0)