Skip to content

Commit 7db28e1

Browse files
committed
fmt
1 parent e642e14 commit 7db28e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub(crate) fn available_parallelism() -> NonZeroUsize {
3535
std::thread::available_parallelism().unwrap_or_else(|_err| {
3636
// Failed to get the level of parallelism.
3737
// TODO: log/trace when this fallback occurs.
38-
38+
3939
// Using a default value.
4040
NonZeroUsize::new(DEFAULT_PARALLELISM).unwrap()
4141
})

0 commit comments

Comments
 (0)