Remove unnecessary new line.

(really just trying to trigger Travis)
This commit is contained in:
Sergio Benitez 2016-12-26 18:46:14 -06:00
parent 2299a3e5a6
commit 1e3f1961cd
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ fn bug(form_data: Form<FormData>) -> &'static str {
"OK"
}
use rocket::testing::MockRequest;
use rocket::http::Method::*;
use rocket::http::ContentType;