Skip to content

Commit c68968f

Browse files
author
e2tha-e
committed
deleting space in control structure to match set standard
1 parent dedc093 commit c68968f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/pattern_assembler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157

158158
function getpatternbykey(key, patternlab){
159159
for(var i = 0; i < patternlab.patterns.length; i++){
160-
switch(key) {
160+
switch(key){
161161
case patternlab.patterns[i].key:
162162
case patternlab.patterns[i].subdir + '/' + patternlab.patterns[i].fileName:
163163
case patternlab.patterns[i].subdir + '/' + patternlab.patterns[i].fileName + '.mustache':

0 commit comments

Comments
 (0)