Skip to content

Commit fce40b5

Browse files
committed
chore: for lint
1 parent 59e8664 commit fce40b5

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

dist/purify.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/purify.es.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/purify.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/purify.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ function unapply<T>(
6767
if (thisArg instanceof RegExp) {
6868
thisArg.lastIndex = 0;
6969
}
70+
7071
return apply(func, thisArg, args);
71-
}
72+
};
7273
}
7374

7475
/**

0 commit comments

Comments
 (0)