Skip to content

Commit f2e2067

Browse files
committed
fmt
1 parent ca9bcee commit f2e2067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ pub fn get_generate_ctx<'a, 'ctx>(
216216
let scoped_name = format!("@{scope}/{package}");
217217

218218
let import = format!("\nImport symbol\n{}", deno_doc::html::usage_to_md(ctx, doc_nodes, &url));
219-
219+
220220
if !runtime_compat.deno.is_some_and(|compat| !compat) {
221221
map.insert(
222222
UsageComposerEntry {

0 commit comments

Comments
 (0)