Skip to content

Commit 8bbbe94

Browse files
committed
Formatting
1 parent 2975b6a commit 8bbbe94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/shims/unix/fs.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,10 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
569569
{
570570
// Only support default mode for non-UNIX (i.e. Windows) host
571571
if mode != 0o666 {
572-
throw_unsup_format!("non-default mode 0o{:o} is not supported on non-Unix hosts", mode);
572+
throw_unsup_format!(
573+
"non-default mode 0o{:o} is not supported on non-Unix hosts",
574+
mode
575+
);
573576
}
574577
}
575578

0 commit comments

Comments
 (0)