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,5 +1,5 @@
import baseSetToString from './baseSetToString.js';
import shortOut from './shortOut.js';
import baseSetToString from './baseSetToString.js'
import shortOut from './shortOut.js'
/**
* Sets the `toString` method of `func` to return `string`.
@@ -9,6 +9,6 @@ import shortOut from './shortOut.js';
* @param {Function} string The `toString` result.
* @returns {Function} Returns `func`.
*/
const setToString = shortOut(baseSetToString);
const setToString = shortOut(baseSetToString)
export default setToString;
export default setToString