refactor: refine prettier configuration
[benchmarks-js.git] / random.mjs
index f814d3d37344900edacfe5d5190f106d64f92c19..d59c81359809a995111ba10bab27ef4874a8bd8b 100644 (file)
@@ -3,7 +3,7 @@ import Benchmark from 'benny'
 import {
   secureRandom,
   secureRandomWithRandomValues
-} from './benchmark-utils.js'
+} from './benchmark-utils.mjs'
 
 const maximum = 281474976710654
 
@@ -100,6 +100,6 @@ Benchmark.suite(
     format: 'table.html',
     details: true
   })
-).catch(err => {
+).catch((err) => {
   console.error(err)
 })