mirror of https://github.com/rwf2/Rocket.git
Remove unnecessary new line.
(really just trying to trigger Travis)
This commit is contained in:
parent
2299a3e5a6
commit
1e3f1961cd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue