Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JAForbes authored Feb 13, 2017
1 parent d4139ed commit 536ff7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@
require('sanctuary-type-classes'),
require('sanctuary-type-identifiers'));
} else if (typeof define === 'function' && define.amd != null) {
define(['sanctuary-def',
'sanctuary-type-classes',
define(['sanctuary-def',
'sanctuary-type-classes',
'sanctuary-type-identifiers'], f);
} else {
self.sanctuary = f(self.sanctuaryDef,
Expand Down

0 comments on commit 536ff7c

Please sign in to comment.