Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Jan 3, 2025
1 parent 6123a91 commit 9839776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export async function generateHtml(
export async function generateHtmlAsJSON(
docNodesByUrl: Record<string, Array<DocNode>>,
options: GenerateOptions,
// deno-lint-ignore no-explicit-any
// deno-lint-ignore no-explicit-any
): Promise<Record<string, any>> {
const {
usageComposer = defaultUsageComposer,
Expand Down

0 comments on commit 9839776

Please sign in to comment.