From ecc626cd5948aeed32cbdd487a97667920434349 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Mon, 4 Nov 2024 12:23:45 +0100 Subject: [PATCH] Whitespace fixes. --- tests_fmt/expected/nested_letWith.fut | 2 +- tests_fmt/nested_letIn.fut | 2 +- tests_fmt/nested_letWith.fut | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests_fmt/expected/nested_letWith.fut b/tests_fmt/expected/nested_letWith.fut index 841532ef4a..0788e00639 100644 --- a/tests_fmt/expected/nested_letWith.fut +++ b/tests_fmt/expected/nested_letWith.fut @@ -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 diff --git a/tests_fmt/nested_letIn.fut b/tests_fmt/nested_letIn.fut index e363d6b8c8..6addab6bf1 100644 --- a/tests_fmt/nested_letIn.fut +++ b/tests_fmt/nested_letIn.fut @@ -1,6 +1,6 @@ -- Extra 'in' should be removed def main = - let n = 10 in + let n = 10 in let m = 20 in 0 diff --git a/tests_fmt/nested_letWith.fut b/tests_fmt/nested_letWith.fut index cb36626d58..238ed2c1db 100644 --- a/tests_fmt/nested_letWith.fut +++ b/tests_fmt/nested_letWith.fut @@ -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 \ No newline at end of file + in x