Skip to content

Commit 1895f72

Browse files
committed
fix: @putout/plugin-printer: add-missing-spaces-to-type-checker: rm useless filter(Boolean)
1 parent f29e1b8 commit 1895f72

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-printer/lib/add-missing-spaces-to-type-checker

1 file changed

+1
-1
lines changed

packages/plugin-printer/lib/add-missing-spaces-to-type-checker/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function createWhere(value) {
5757
if (includes(':'))
5858
traceColon(tools);
5959

60-
return where.filter(Boolean);
60+
return where;
6161
}
6262

6363
function traceColon({push, includes, endsWith}) {

0 commit comments

Comments
 (0)