Skip to content

Commit dce89f2

Browse files
committed
Remove newlines
1 parent fcd5098 commit dce89f2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/content.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ impl Content {
2222
pub fn with_settings(settings: Settings) -> Self {
2323
let mut content = Self::new();
2424
content.settings = settings;
25-
2625
content
2726
}
2827

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ impl Pdf {
233233
pub fn with_settings(settings: Settings) -> Self {
234234
let mut pdf = Self::new();
235235
pdf.settings = settings;
236-
237236
pdf
238237
}
239238

0 commit comments

Comments
 (0)