We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a68ce commit 02ac966Copy full SHA for 02ac966
src/matches.ts
@@ -93,7 +93,7 @@ function makeNormalizer({
93
}: NormalizerOptions) {
94
if (!normalizer) {
95
// No custom normalizer specified. Just use default.
96
- return getDefaultNormalizer({trim, collapseWhitespace})
+ return getDefaultNormalizer({trim, collapseWhitespace})
97
}
98
99
if (
0 commit comments