Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Feb 9, 2025
1 parent 8b09c47 commit d81c071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/options/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d81c071

Please sign in to comment.