Skip to content

Commit

Permalink
Format correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Armstead authored and Byron committed Aug 18, 2021
1 parent d6bbb6d commit 8977c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aggregate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub fn aggregate(
let mut num_roots = 0;
let mut aggregates = Vec::new();
let mut inodes = InodeFilter::default();

#[cfg(feature = "aggregate-scan-progress")]
let shared_count = Arc::new(AtomicU64::new(0));

Expand Down

0 comments on commit 8977c17

Please sign in to comment.