Skip to content

Commit eaf3aae

Browse files
authored
Remove duplicated condition from paren_body_linter(). (#2954)
1 parent 27a959d commit eaf3aae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/paren_body_linter.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ paren_body_linter <- make_linter_from_xpath(
3636
or preceding-sibling::OP-LAMBDA
3737
or preceding-sibling::IF
3838
or preceding-sibling::WHILE
39-
or preceding-sibling::OP-LAMBDA
4039
)
4140
]
4241
/following-sibling::expr[1]

0 commit comments

Comments
 (0)