Skip to content

Commit c2f681f

Browse files
Aaron1011RalfJung
andauthored
Add semicolon
Co-Authored-By: Ralf Jung <post@ralfj.de>
1 parent 0505868 commit c2f681f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
8787
// any additional checks - it's okay if the pointer is invalid,
8888
// since we wouldn't actually be writing to it.
8989
if len == 0 {
90-
return Ok(())
90+
return Ok(());
9191
}
9292
let this = self.eval_context_mut();
9393

0 commit comments

Comments
 (0)