Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Feb 2, 2025
1 parent 85ba5be commit 4df8b52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
16 changes: 0 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions crates/conversion/vec2svg/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,7 @@ impl<
#[inline]
fn attach_debug_info(&mut self, ctx: &mut C, span_id: u64) {
if ctx.should_attach_debug_info() {
self.attributes
.push(("data-span", format!("{span_id:x}")));
self.attributes.push(("data-span", format!("{span_id:x}")));
}
}
fn render_item_at(&mut self, ctx: &mut C, pos: crate::ir::Point, item: &Fingerprint) {
Expand Down

0 comments on commit 4df8b52

Please sign in to comment.