Skip to content

Commit c931505

Browse files
committed
Add spaces
1 parent 0011748 commit c931505

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ pdf-writer = { workspace = true }
5555
usvg = { workspace = true }
5656
log = { workspace = true }
5757
image = { workspace = true, optional = true }
58-
tiny-skia = {workspace = true, optional = true}
59-
resvg = {workspace = true, optional = true}
58+
tiny-skia = {workspace = true, optional = true }
59+
resvg = {workspace = true, optional = true }

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ miniz_oxide = { workspace = true }
2727
pdf-writer = { workspace = true }
2828
svg2pdf = { workspace = true }
2929
termcolor = { workspace = true }
30-
usvg = { workspace = true}
30+
usvg = { workspace = true }
3131

3232
[features]
3333
default = ["svg2pdf/default"]

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010

1111
[dependencies]
1212
fontdb = { workspace = true }
13-
svg2pdf = { workspace = true}
13+
svg2pdf = { workspace = true }
1414
usvg = { workspace = true }
1515
pdfium-render = { workspace = true, features = ["sync"] }
1616
pdf-writer = { workspace = true }

0 commit comments

Comments
 (0)