Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Dec 29, 2023
1 parent 9ec8795 commit 26f2428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queries.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ fn test_usort_4() {
fn test_usort_5() {
let unsorted: Array<u128> = array![7, 3];
assert(usort(unsorted) == array![3, 7], 'Invalid sorting');
}
}

0 comments on commit 26f2428

Please sign in to comment.