Skip to content

Commit

Permalink
chore: oops, more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MirandaWood committed Dec 2, 2024
1 parent d37ee72 commit bbe3d99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,12 @@ pub(crate) enum Instruction {
/// else_value
/// }
/// ```
IfElse { then_condition: ValueId, then_value: ValueId, else_condition: ValueId, else_value: ValueId },
IfElse {
then_condition: ValueId,
then_value: ValueId,
else_condition: ValueId,
else_value: ValueId,
},

/// Creates a new array or slice.
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1572,4 +1572,4 @@ mod test {
_ => unreachable!("Should have terminator instruction"),
}
}
}
}

0 comments on commit bbe3d99

Please sign in to comment.