build: sort imports with eslint
[benchmarks-js.git] / uuid-generator.js
index 0bed70cca1e69b7d6f30995b254735e902600fd1..6855cec964cf2c57743fa042b0d6c5dc56a2f500 100644 (file)
@@ -1,5 +1,5 @@
-const Benchmark = require('benny')
 const crypto = require('crypto')
+const Benchmark = require('benny')
 const { v4: uuid } = require('uuid')
 
 Benchmark.suite(