Skip to content

Commit

Permalink
chore(sytle): use 4 space indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhamedMagdi committed Feb 21, 2025
1 parent b1f6b3e commit df09479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/erroring/duplicate_argument.ab
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// Argument 'a' is already defined

fun foo(a, a) {
return a
return a
}

0 comments on commit df09479

Please sign in to comment.