Skip to content

Commit

Permalink
Fix fmt issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcev committed Oct 16, 2024
1 parent 8cc55b9 commit 2367c0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sway-ir/src/optimize/memcpyopt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,9 @@ fn local_copy_prop(
FuelVmInstruction::WideBinaryOp { result, .. }
| FuelVmInstruction::WideUnaryOp { result, .. }
| FuelVmInstruction::WideModularOp { result, .. }
| FuelVmInstruction::StateLoadQuadWord { load_val: result, ..}
| FuelVmInstruction::StateLoadQuadWord {
load_val: result, ..
},
),
..
} => {
Expand Down

0 comments on commit 2367c0c

Please sign in to comment.