Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Aug 27, 2024
1 parent ac3ec66 commit eaef41a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/html/jsdoc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ pub(crate) fn render_markdown(
no_toc,
},
)
.unwrap_or_default()
.unwrap_or_default()
}

pub(crate) fn jsdoc_body_to_html(
Expand Down Expand Up @@ -871,7 +871,7 @@ mod test {
),
]),
)
.unwrap();
.unwrap();

let (a_short_path, nodes) = ctx.doc_nodes.first().unwrap();

Expand Down Expand Up @@ -968,7 +968,7 @@ mod test {
Default::default(),
Default::default(),
)
.unwrap();
.unwrap();

let render_ctx = RenderContext::new(&ctx, &[], UrlResolveKind::AllSymbols);

Expand Down

0 comments on commit eaef41a

Please sign in to comment.