From 92833ca8c448b6f653240151fdc0d8915d0445a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szikszai=20Guszt=C3=A1v?= Date: Fri, 21 Jul 2023 14:12:22 +0200 Subject: [PATCH] Update test. --- spec/formatters/operation_multi_line_with_pipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/formatters/operation_multi_line_with_pipe b/spec/formatters/operation_multi_line_with_pipe index 08ece47e3..cb23bbb07 100644 --- a/spec/formatters/operation_multi_line_with_pipe +++ b/spec/formatters/operation_multi_line_with_pipe @@ -16,6 +16,7 @@ module Test { fun test : Bool { ("Hello" - |> identity()) == "True" + |> identity()) == + "True" } }