Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com>
  • Loading branch information
StephenWakely committed Jun 13, 2021
1 parent ae70a26 commit 7d37abc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vrl/tests/tests/internal/coalesced_fallible_op.vrl
Expand Up @@ -52,5 +52,4 @@
match(.bar, r'') ?? false && .zub == true && .foo == "thunk",
.zub == true && match(.bar, r'') ?? false && .foo == "thunk",
.zub == true && .foo == "thunk" && match(.bar, r'') ?? false,

]

0 comments on commit 7d37abc

Please sign in to comment.