Skip to content

Commit e5422ee

Browse files
readied
1 parent 05ad286 commit e5422ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/pgls_test_utils/src/bin/tree_print.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ fn main() {
2929
let mut result = String::new();
3030
print_ts_tree(&tree.root_node(), &query, 0, &mut result);
3131

32-
print!("{}", result)
32+
print!("{result}")
3333
}

crates/pgls_treesitter_grammar/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)