Skip to content

Commit 39be235

Browse files
committed
cargo clippy fix
1 parent 4e3b6c1 commit 39be235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_clickhouse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ fn parse_settings_in_query() {
974974
}
975975
}
976976

977-
for (sql, expected_settings) in vec![
977+
for (sql, expected_settings) in [
978978
(
979979
r#"SELECT * FROM t SETTINGS max_threads = 1, max_block_size = 10000"#,
980980
vec![

0 commit comments

Comments
 (0)