refactor: automatically sort imports
[benchmarks-js.git] / uuid-generator.mjs
index 325abcb8f2b42f1678d801d1cb830a2587e98cf5..0b4c9fbc59fb29df8ebd7cb7412ea980b41a537e 100644 (file)
@@ -1,4 +1,5 @@
 import { randomUUID } from 'node:crypto'
+
 import Benchmark from 'benny'
 import { v4 as uuid } from 'uuid'