Skip to content

Commit eaec12e

Browse files
committed
fmt
1 parent bb9ecbc commit eaec12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ struct MarkdownHelper {
255255

256256
impl MarkdownHelper {
257257
fn new(config: &AppConfig) -> Self {
258-
Self {
258+
Self {
259259
allow_dangerous_html: config.markdown_allow_dangerous_html,
260260
allow_dangerous_protocol: config.markdown_allow_dangerous_protocol,
261261
}

0 commit comments

Comments
 (0)