undoing an overlooked newline

This commit is contained in:
Ethan Frei 2015-12-04 19:39:28 +00:00
parent 55aec9df49
commit fb08c08c27

View file

@ -64,4 +64,3 @@ pub fn no_extends_error() {
assert!(err.is_err());
assert_eq!(err.unwrap_err().description(), "No @extends line creating _posts/2014-08-24-my-first-blogpost.md");
}