refactor: automatically sort imports
[benchmarks-js.git] / max.mjs
diff --git a/max.mjs b/max.mjs
index 0b1ec9f93528bed64c39bf82435a689223d2f3f7..2708eb0f51cbfb77bd43a10fde5667bea79e0ac6 100644 (file)
--- a/max.mjs
+++ b/max.mjs
@@ -1,4 +1,5 @@
 import Benchmark from 'benny'
+
 import { generateRandomNumberArray } from './benchmark-utils.mjs'
 
 const size = 10000