Skip to content

Commit a087f0b

Browse files
formatting
1 parent 9600467 commit a087f0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/docker/shared.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,9 @@ impl Directories {
305305
Some(store) => {
306306
eyre::bail!("unable to find provided nix-store directory {store:?}");
307307
}
308-
None if cfg!(target_os = "linux") && default_nix_store.exists() => Some(default_nix_store),
308+
None if cfg!(target_os = "linux") && default_nix_store.exists() => {
309+
Some(default_nix_store)
310+
}
309311
None => None,
310312
};
311313

0 commit comments

Comments
 (0)