Skip to content

Commit

Permalink
Update partiql-ast/tests/common.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Arash Maymandi <[email protected]>
  • Loading branch information
jpschorr and am357 authored Jul 9, 2024
1 parent d30b53c commit 822f605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partiql-ast/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fn pretty_print_test(statement: &str) {
let res = parse(statement);
assert!(res.is_ok());
let res = res.unwrap();

// TODO https://github.com/partiql/partiql-lang-rust/issues/473
for w in [180, 120, 80, 40, 30, 20, 10] {
println!("{:-<w$}", "");
println!("{}\n", res.ast.to_pretty_string(w).unwrap());
Expand Down

0 comments on commit 822f605

Please sign in to comment.