Skip to content

Commit f8e5ec5

Browse files
committed
cargo fmt
1 parent 449f2be commit f8e5ec5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/main.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
7070
println!("Processing local repository at: {:?}", local_path);
7171
println!("No file headers: {}", args.no_headers);
7272
println!("----------------------------------------");
73-
process_local_path(
74-
local_path,
75-
args.no_headers,
76-
ignore_canonical,
77-
args.folder,
78-
)
79-
.await
73+
process_local_path(local_path, args.no_headers, ignore_canonical, args.folder).await
8074
} else {
8175
// --- GITHUB URL MODE (default) ---
8276
println!("Repositories to process: {:?}", args.sources);

0 commit comments

Comments
 (0)