Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 231a337

Browse files
committed
Fix cargo fmt check again
1 parent e5be80f commit 231a337

File tree

1 file changed

+4
-3
lines changed
  • languages/tree-sitter-stack-graphs-java/rust

1 file changed

+4
-3
lines changed

languages/tree-sitter-stack-graphs-java/rust/bin.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ use tree_sitter_stack_graphs::NoCancellation;
44

55
fn main() -> anyhow::Result<()> {
66
let cli = Cli::parse();
7-
cli.subcommand.run(vec![
8-
tree_sitter_stack_graphs_java::language_configuration(&NoCancellation),
9-
])
7+
cli.subcommand
8+
.run(vec![tree_sitter_stack_graphs_java::language_configuration(
9+
&NoCancellation,
10+
)])
1011
}
1112

1213
#[derive(Parser)]

0 commit comments

Comments
 (0)