Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ellishg authored and langston-barrett committed Dec 4, 2024
1 parent bde6887 commit e88ab9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/treereduce-swift/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ use std::collections::HashMap;
use anyhow::Result;

fn main() -> Result<()> {
treereduce::cli::main(
tree_sitter_swift::language(),
tree_sitter_swift::NODE_TYPES,
HashMap::new(),
)
treereduce::cli::main(
tree_sitter_swift::language(),
tree_sitter_swift::NODE_TYPES,
HashMap::new(),
)
}

0 comments on commit e88ab9c

Please sign in to comment.