From 131d4d05a88f475e9140c03ae16905543add8f62 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sun, 7 Apr 2024 18:43:01 +0200 Subject: [PATCH] Sort imports --- test/benchmark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/benchmark.js b/test/benchmark.js index cbcc5a08..71dc9caf 100755 --- a/test/benchmark.js +++ b/test/benchmark.js @@ -4,6 +4,7 @@ import { v4 as lukeed4 } from '@lukeed/uuid' import { v4 as napiV4 } from '@napi-rs/uuid' import benchmark from 'benchmark' import crypto from 'node:crypto' +import { styleText } from 'node:util' import rndm from 'rndm' import srs from 'secure-random-string' import shortid from 'shortid' @@ -11,7 +12,6 @@ import { uid } from 'uid' import uidSafe from 'uid-safe' import { uid as uidSecure } from 'uid/secure' import { v4 as uuid4 } from 'uuid' -import { styleText } from 'node:util' import { nanoid as browser } from '../index.browser.js' import { customAlphabet, nanoid } from '../index.js'