Skip to content

Commit c68ae31

Browse files
committed
chore: @putout/print: actions: lint ☘️
1 parent 6b435c9 commit c68ae31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/tokenize/expressions/member-expression/is-looks-like-chain

lib/tokenize/expressions/member-expression/is-looks-like-chain/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const isLastArgInCall = createTypeChecker([
3939
]);
4040

4141
const callWithRoot = (fn) => (a, {root}) => fn(root);
42+
4243
const isExcludedFromChain = createTypeChecker([
4344
'+: -> UnaryExpression',
4445
'+: -> IfStatement',
@@ -93,4 +94,3 @@ const isIfUp = (path) => {
9394

9495
return is;
9596
};
96-

0 commit comments

Comments
 (0)