Skip to content

Commit b2ffbbb

Browse files
committed
Reformat
1 parent b97add3 commit b2ffbbb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/chunk.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ use super::*;
33
/// Settings that should be applied while writing a PDF file.
44
#[derive(Debug, Clone, Copy)]
55
pub struct Settings {
6-
/// Whether to enable pretty-writing. In this case, `pdf-writer` will
7-
/// serialize PDFs in such a way that they are easier to read by humans by
6+
/// Whether to enable pretty-writing. In this case, `pdf-writer` will
7+
/// serialize PDFs in such a way that they are easier to read by humans by
88
/// applying more padding and indentation, at the cost of larger file sizes.
9-
/// If disabled, `pdf-writer` will serialize objects as compactly as
10-
/// possible, leading to better file sizes but making it harder to inspect
9+
/// If disabled, `pdf-writer` will serialize objects as compactly as
10+
/// possible, leading to better file sizes but making it harder to inspect
1111
/// the file manually.
1212
pub pretty: bool,
1313
}

0 commit comments

Comments
 (0)