Skip to content

Commit fb91695

Browse files
committed
chore: @putout/print: actions: lint ☘️
1 parent 9bb4f84 commit fb91695

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

lib/tokenize/expressions/object-expression/object-expression.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,3 @@ function isParens(path) {
181181

182182
return isParentExpression(path);
183183
}
184-

lib/tokenize/statements/block-statement/block-statement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,3 @@ function isTry({parentPath}) {
196196

197197
return parentPath.parentPath?.isTryStatement();
198198
}
199-

0 commit comments

Comments
 (0)