Skip to content

Commit

Permalink
Update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Jul 21, 2023
1 parent 673b361 commit 92833ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/formatters/operation_multi_line_with_pipe
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module Test {

fun test : Bool {
("Hello"
|> identity()) == "True"
|> identity()) ==
"True"
}
}

0 comments on commit 92833ca

Please sign in to comment.