Browse Source

Tweak style

Dan Abramov 8 years ago
parent
commit
b523642006
1 changed files with 1 additions and 2 deletions
  1. 1 2
      index.js

+ 1 - 2
index.js

@@ -39,8 +39,7 @@ module.exports = {
       try {
         // The process can fail (failed to parse)
         highlighted = Prism.highlight(block.body, languages[lang]);
-      }
-      catch(e) {
+      } catch(e) {
         console.warn('Failed to highlight:');
         console.warn(e);
         highlighted = block.body;