Skip to content

Commit 1076398

Browse files
author
Tom McCaffery
committed
Fix accidental whitespace change
1 parent 1aed313 commit 1076398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/lib/pattern_assembler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ var pattern_assembler = function () {
243243
}
244244

245245
function processPatternIterative(relPath, patternlab) {
246+
246247
var relativeDepth = (relPath.match(/\w(?=\\)|\w(?=\/)/g) || []).length;
247248
if (relativeDepth > 2) {
248249
console.log('');

0 commit comments

Comments
 (0)