Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Oct 16, 2024
1 parent cf10d59 commit 5e3e8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noir_stdlib/src/meta/mod.nr
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ mod tests {
let _: MyOtherStruct = MyOtherStruct { my_other_field: 2 };
let _ = derive_do_nothing(crate::panic::panic(f""));
let _ = derive_do_nothing_alt(crate::panic::panic(f""));
if false {
remove_unused_warnings();
if false {
remove_unused_warnings();
}
}
}

0 comments on commit 5e3e8d7

Please sign in to comment.