Skip to content

Commit

Permalink
chore: nargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiraldez committed May 6, 2024
1 parent 9a3712e commit e422684
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test_programs/execution_success/slice_coercion/src/main.nr
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn main(expected: pub Field, first: Field) {
}

fn regression_4967() {
let var1: [(i32, u8)] = [(1, 2)];
assert(var1.len() == 1);
dep::std::println(var1);
}
let var1: [(i32, u8)] = [(1, 2)];
assert(var1.len() == 1);
dep::std::println(var1);
}

0 comments on commit e422684

Please sign in to comment.