Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Sep 29, 2024
1 parent 794510d commit 6310234
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/gosub_vello/src/vello_svg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ impl SvgRenderer<VelloBackend> for VelloSVG {
SVGDocument::from_str(&data)
}

fn parse_internal<D: Document<C>, C: CssSystem>(tree: DocumentHandle<D, C>, id: NodeId) -> Result<Self::SvgDocument> {
fn parse_internal<D: Document<C>, C: CssSystem>(
tree: DocumentHandle<D, C>,
id: NodeId,
) -> Result<Self::SvgDocument> {
SVGDocument::from_html_doc(id, tree)
}

Expand Down

0 comments on commit 6310234

Please sign in to comment.