Skip to content

Commit

Permalink
remove double semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
notauserx committed Nov 19, 2024
1 parent 0c9e8ab commit 2fff9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/sql/tests/type_checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn test_resolve_function_call_name() {
unquoted_ident_case_sensitive: true,
quoted_ident_case_sensitive: true,
deny_column_reference: false,
};;
};
let metadata = MetadataRef::default();
let aliases = vec![];

Expand Down

0 comments on commit 2fff9d9

Please sign in to comment.