aboutsummaryrefslogtreecommitdiff
path: root/src/template.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/template.rs')
-rw-r--r--src/template.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.rs b/src/template.rs
index aef3440..7e47e65 100644
--- a/src/template.rs
+++ b/src/template.rs
@@ -262,7 +262,7 @@ fn tokenize(template: &str, tokens: &mut Vec<Token>) -> Result<()> {
return Err(Error::new(
Other,
"{{ }} is not a valid directive. Need one of: =, ? or ~.",
- ))
+ ));
}
}
}