Skip to content

Commit ca9b3d6

Browse files
committed
cargo fmt
1 parent 53944f4 commit ca9b3d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/sqlparser_bigquery.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2893,7 +2893,8 @@ fn test_alter_schema() {
28932893

28942894
#[test]
28952895
fn test_create_snapshot_table() {
2896-
bigquery_and_generic().verified_stmt("CREATE SNAPSHOT TABLE dataset_id.table1 CLONE dataset_id.table2");
2896+
bigquery_and_generic()
2897+
.verified_stmt("CREATE SNAPSHOT TABLE dataset_id.table1 CLONE dataset_id.table2");
28972898

28982899
bigquery().verified_stmt(
28992900
"CREATE SNAPSHOT TABLE IF NOT EXISTS dataset_id.table1 CLONE dataset_id.table2",

0 commit comments

Comments
 (0)