diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-01-06 12:50:20 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-01-06 12:50:20 +0100 |
| commit | a93b1ab003affb0d72e9da4007b04a2a6cfd4462 (patch) | |
| tree | bdc6f1c14259e7745fa59c7e51d8327ee5df3061 /src/export | |
| parent | 2ee5810fecb96a8d4e0d078faecc8c91096d6881 (diff) | |
Formatting 🛀
Diffstat (limited to 'src/export')
| -rw-r--r-- | src/export/pdf.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/export/pdf.rs b/src/export/pdf.rs index c5bc6ee8..c4020e10 100644 --- a/src/export/pdf.rs +++ b/src/export/pdf.rs @@ -22,6 +22,7 @@ use toddle::tables::{ use crate::layout::{MultiLayout, Layout, LayoutAction}; use crate::size::Size; + /// Exports layouts into _PDFs_. pub struct PdfExporter {} |
