forgot newline at eof

rustfmt found it
This commit is contained in:
Oliver Schneider 2015-05-02 17:09:33 +02:00
parent 968344fba1
commit b546dfcf83

View File

@ -106,4 +106,4 @@ fn handle_result(result: HashMap<String, String>) {
if !failures.is_empty() {
panic!(failures);
}
}
}