From d81c071a411cc960007879c594da68b92beec2eb Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 9 Feb 2025 10:51:33 -0700 Subject: [PATCH] Format --- src/lib/utils/options/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils/options/options.ts b/src/lib/utils/options/options.ts index 6e192ae49..522040510 100644 --- a/src/lib/utils/options/options.ts +++ b/src/lib/utils/options/options.ts @@ -2,7 +2,7 @@ import type ts from "typescript"; import { resolve } from "path"; import { ParameterType } from "./declaration.js"; import type { OutputSpecification } from "../index.js"; -import { normalizePath } from "../paths.js" +import { normalizePath } from "../paths.js"; import type { Application } from "../../../index.js"; import type { Logger } from "../loggers.js"; import {