Skip to content

Commit

Permalink
Add empty line after var
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jul 1, 2016
1 parent c0694e4 commit 0be90f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/moduleEnv.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function requireProxy(path) {

function registerExtensions() {
var originalCoffeeExtension = require.extensions[".coffee"];

if (originalCoffeeExtension) {
originalExtensions.coffee = originalCoffeeExtension;
}
Expand Down

0 comments on commit 0be90f2

Please sign in to comment.