Skip to content

Commit 4a852c1

Browse files
committed
fmt
1 parent a4c343a commit 4a852c1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/torii/cli/src/options.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,7 @@ pub struct ErcOptions {
362362

363363
impl Default for ErcOptions {
364364
fn default() -> Self {
365-
Self {
366-
max_concurrent_tasks: DEFAULT_MAX_CONCURRENT_TASKS,
367-
artifacts_path: None,
368-
}
365+
Self { max_concurrent_tasks: DEFAULT_MAX_CONCURRENT_TASKS, artifacts_path: None }
369366
}
370367
}
371368

0 commit comments

Comments
 (0)