Skip to content

Commit 7a6b217

Browse files
committed
Fix bad line break per JSHint. See #57.
1 parent ddd5814 commit 7a6b217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nodeAdapter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
});
1818

1919
}( // Help Node out by setting up define.
20-
typeof module === 'object' && module.exports && typeof define !== 'function'
21-
? function (factory) { module.exports = factory(require, exports, module); }
22-
: define
20+
typeof module === 'object' && module.exports && typeof define !== 'function' ?
21+
function (factory) { module.exports = factory(require, exports, module); } :
22+
define
2323
));
2424

0 commit comments

Comments
 (0)