Skip to content

Commit 6ec5328

Browse files
style: cargo fmt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2b921a1 commit 6ec5328

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

vm/src/test_helpers/error_utils.rs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,12 @@ mod tests {
236236
/// `expect_diff_type_comparison` does not panic on `VirtualMachineError::DiffTypeComparison`.
237237
#[test]
238238
fn expect_diff_type_comparison_passes() {
239-
let res = hint_err(HintError::Internal(VirtualMachineError::DiffTypeComparison(
240-
Box::new((MaybeRelocatable::from(0), MaybeRelocatable::from((0, 0)))),
241-
)));
239+
let res = hint_err(HintError::Internal(
240+
VirtualMachineError::DiffTypeComparison(Box::new((
241+
MaybeRelocatable::from(0),
242+
MaybeRelocatable::from((0, 0)),
243+
))),
244+
));
242245
expect_diff_type_comparison(&res);
243246
}
244247

0 commit comments

Comments
 (0)