Skip to content

Commit d81c071

Browse files
committed
Format
1 parent 8b09c47 commit d81c071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/options/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type ts from "typescript";
22
import { resolve } from "path";
33
import { ParameterType } from "./declaration.js";
44
import type { OutputSpecification } from "../index.js";
5-
import { normalizePath } from "../paths.js"
5+
import { normalizePath } from "../paths.js";
66
import type { Application } from "../../../index.js";
77
import type { Logger } from "../loggers.js";
88
import {

0 commit comments

Comments
 (0)