Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverJAsh committed Dec 13, 2021
1 parent 2a88e76 commit f5d0612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no-redundant-pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default createRule({
const getPipeCallExpressionWithExpressionArgs = flow(
O.fromPredicate(isPipeExpression),
/**
* We ignore Pipe calls which contain a spread argument because these are never invalid.
* We ignore pipe calls which contain a spread argument because these are never invalid.
*/
O.chain(getCallExpressionWithExpressionArgs)
);
Expand Down

0 comments on commit f5d0612

Please sign in to comment.