Remove semicolons.

This commit is contained in:
John-David Dalton
2017-02-04 23:50:10 -08:00
parent f3a8e55e70
commit 6cb3460fce
452 changed files with 4261 additions and 4261 deletions

View File

@@ -1,7 +1,7 @@
import setToArray from './setToArray.js';
import setToArray from './setToArray.js'
/** Used as references for various `Number` constants. */
const INFINITY = 1 / 0;
const INFINITY = 1 / 0
/**
* Creates a set object of `values`.
@@ -12,6 +12,6 @@ const INFINITY = 1 / 0;
*/
const createSet = (Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY)
? values => new Set(values)
: () => {};
: () => {}
export default createSet;
export default createSet