Skip to content

Commit

Permalink
Whitespace fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Nov 4, 2024
1 parent 86cf19a commit ecc626c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests_fmt/expected/nested_letWith.fut
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- extra 'in' should also be removed from with terms
-- extra 'in' should also be removed from with terms
def main =
let x = [1, 2]
let x[0] = 2
Expand Down
2 changes: 1 addition & 1 deletion tests_fmt/nested_letIn.fut
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Extra 'in' should be removed

def main =
let n = 10 in
let n = 10 in
let m = 20
in 0
4 changes: 2 additions & 2 deletions tests_fmt/nested_letWith.fut
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- extra 'in' should also be removed from with terms
-- extra 'in' should also be removed from with terms
def main =
let x = [1, 2]
let x[0] = 2
in x
in x

0 comments on commit ecc626c

Please sign in to comment.