Skip to content

Commit 4cb81e6

Browse files
Auto-format: cargo fmt --all
1 parent fc51504 commit 4cb81e6

File tree

1 file changed

+1
-1
lines changed
  • crates/vm/src/stdlib

1 file changed

+1
-1
lines changed

crates/vm/src/stdlib/os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ pub(super) mod _os {
741741
Err(e) => {
742742
use crate::convert::ToPyException;
743743
Err(e.to_pyexception(vm))
744-
},
744+
}
745745
Ok(_) => Ok(false),
746746
}
747747
}

0 commit comments

Comments
 (0)