Skip to content

Commit 003a643

Browse files
committed
chore: format
1 parent d74df47 commit 003a643

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/sqlparser_snowflake.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4056,6 +4056,7 @@ fn test_snowflake_create_view_with_tag() {
40564056

40574057
#[test]
40584058
fn test_snowflake_create_view_with_tag_and_comment() {
4059-
let create_view_with_tag_and_comment = r#"CREATE VIEW X (COL WITH TAG (pii='email') COMMENT 'foobar') AS SELECT * FROM Y"#;
4059+
let create_view_with_tag_and_comment =
4060+
r#"CREATE VIEW X (COL WITH TAG (pii='email') COMMENT 'foobar') AS SELECT * FROM Y"#;
40604061
snowflake().verified_stmt(create_view_with_tag_and_comment);
40614062
}

0 commit comments

Comments
 (0)