Skip to content

Commit

Permalink
cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jul 9, 2024
1 parent 68b7911 commit 314cb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ impl Container {
pub fn run<F, E>(&mut self, f: F) -> Result<(), E>
where
F: FnOnce() -> Result<(), E>,
E: Error + From<std::io::Error>
E: Error + From<std::io::Error>,
{
// Only mount and chroot if we're not already initialized
if !self._initialized {
Expand Down

0 comments on commit 314cb3b

Please sign in to comment.