Skip to content

Commit

Permalink
fix: remove unnecessary newline in generated SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Jul 26, 2024
1 parent 3fc013c commit 0d24ace
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions termsnap-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,7 @@ impl Screen {
}

f.write_str(
"
</g>
"</g>
</svg>",
)?;

Expand Down

0 comments on commit 0d24ace

Please sign in to comment.