refactor: automatically sort imports
[benchmarks-js.git] / benchmark-utils.mjs
index 1d486bf68172e2153a58a7a1599b0a19b601ac43..d0d5a62291527bc12387e18188991e83e307670a 100644 (file)
@@ -1,4 +1,4 @@
-import { randomBytes, getRandomValues, randomInt } from 'node:crypto'
+import { getRandomValues, randomBytes, randomInt } from 'node:crypto'
 
 /**
  * Generate a cryptographically secure random number in the [0,1[ range