refactor: automatically sort imports
[benchmarks-js.git] / shallow-clone-object.mjs
index 51ee172b499c830b66772a19942d3005fb684c2f..466135e4469deebdbd92f97f524328445b156d01 100644 (file)
@@ -1,6 +1,7 @@
 /* eslint-disable no-unused-vars */
 import Benchmark from 'benny'
 import _ from 'lodash'
+
 import { generateRandomObject } from './benchmark-utils.mjs'
 
 const object = generateRandomObject()