aboutsummaryrefslogtreecommitdiff
path: root/examples/markdown.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/markdown.rs')
-rw-r--r--examples/markdown.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/markdown.rs b/examples/markdown.rs
index a3ba61f..249c3b9 100644
--- a/examples/markdown.rs
+++ b/examples/markdown.rs
@@ -53,5 +53,5 @@ fn main() {
germ::convert::Target::Markdown,
),
)
- .expect("could not write to file");
+ .expect("could not write to file");
}