Browse Source

eslint fix

Rob McGuinness 7 years ago
parent
commit
f0f874b57d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -77,7 +77,7 @@ module.exports = {
       // Try and find the language definition in components folder
       if (!languages[lang]) {
         try {
-            requireSyntax(lang);
+          requireSyntax(lang);
         } catch (e) {
           console.warn('Failed to load prism syntax: ' + lang);
           console.warn(e);