Skip to content

Commit a51d7f5

Browse files
committed
fix fmt
1 parent b127b61 commit a51d7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/unix/foreign_items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
343343
let [path, mode] = this.check_shim(abi, Conv::C, link_name, args)?;
344344
let result = this.chmod(path, mode)?;
345345
this.write_scalar(result, dest)?;
346-
},
346+
}
347347
"fchmod" => {
348348
let [fd, mode] = this.check_shim(abi, Conv::C, link_name, args)?;
349349
let result = this.fchmod(fd, mode)?;

0 commit comments

Comments
 (0)