Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
artemagvanian committed Jul 2, 2024
1 parent 068b9af commit 0723510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ impl<'a> MirVisitor for CheckUninitVisitor<'a> {
count: mk_const_operand(1, location.span()),
});
}
"volatile_load" | "unaligned_volatile_load" => {
"volatile_load" | "unaligned_volatile_load" => {
assert_eq!(
args.len(),
1,
Expand Down

0 comments on commit 0723510

Please sign in to comment.