indents(r): remove pipe test

This commit is contained in:
Pedro Castro 2022-01-28 22:31:54 -03:00 committed by Stephan Seitz
parent 995f462898
commit 74adb6bd30

View file

@ -1,7 +0,0 @@
mtcars |>
head(
n = 6L
) |>
subset(
cyl > 3
)