Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Oct 2, 2024
1 parent 7a2ecfc commit 32ef57e
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions crates/utils/src/traits/integer.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -865,10 +865,38 @@ mod tests {
assert_eq!(
res,
[
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0xf4, 0x32, 0x15
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0xf4,
0x32,
0x15
].span()
);
}
Expand Down

0 comments on commit 32ef57e

Please sign in to comment.