Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
cpenarrieta committed Mar 1, 2017
1 parent a4bdc74 commit 1402e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pretty-format/src/plugins/ImmutablePlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @flow
*/

'use strict'
'use strict';

const ImmutableOrderedSetPlugin = require('./ImmutableOrderedSet');
const ImmutableListPlugin = require('./ImmutableList');
Expand Down

0 comments on commit 1402e2d

Please sign in to comment.