Skip to content

Commit 01e72a5

Browse files
committed
fix lint error
1 parent ae79e03 commit 01e72a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/patternlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ var patternlab_engine = function (config) {
180180
console.log(patternlab.package.version);
181181
}
182182

183-
function getSupportedTemplateExtensions(){
183+
function getSupportedTemplateExtensions() {
184184
return patternlab.engines.getSupportedFileExtensions();
185185
}
186186

0 commit comments

Comments
 (0)