From 982ae0fd9e063874d3ad946513cab7c7b85f01a1 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:38:06 +0000 Subject: [PATCH] chore: apply automated lint fixes --- src/runtime/node/async_hooks/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/node/async_hooks/index.ts b/src/runtime/node/async_hooks/index.ts index 4aab5b49..34f7b7e0 100644 --- a/src/runtime/node/async_hooks/index.ts +++ b/src/runtime/node/async_hooks/index.ts @@ -4,11 +4,11 @@ import type asyncHooks from "node:async_hooks"; import { AsyncLocalStorage } from "./_async-local-storage"; import { AsyncResource } from "./_async-resource"; +import * as asyncHook from "./_async-hook"; + export { AsyncLocalStorage } from "./_async-local-storage"; export { AsyncResource } from "./_async-resource"; -import * as asyncHook from "./_async-hook"; - export * from "./_async-hook"; export default {