Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 24, 2024
1 parent 3c132ca commit 4f1812a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tooling/nargo_fmt/tests/expected/tuple.nr
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ fn main() {
(/*hello*/ 1,);
(1/*hello*/,);
(1,);
( /*test*/ 1,);
( /*a*/ 1/*b*/,);
( /*a*/ 1/*b*/, /*c*/ 2/*d*/, /*c*/ 2/*d*/);
( /*a*/ 1/*b*/, /*c*/ 2/*d*/, /*c*/ 2/*d*/, /*e*/ 3/*f*/);
(/*test*/ 1,);
(/*a*/ 1/*b*/,);
(/*a*/ 1/*b*/, /*c*/ 2/*d*/, /*c*/ 2/*d*/);
(/*a*/ 1/*b*/, /*c*/ 2/*d*/, /*c*/ 2/*d*/, /*e*/ 3/*f*/);

(1 /*1*/, 2 /* 2*/);

Expand All @@ -28,7 +28,7 @@ fn main() {
2,
);

( /*1*/ 1, /*2*/ 2);
(/*1*/ 1, /*2*/ 2);

(
(
Expand Down

0 comments on commit 4f1812a

Please sign in to comment.