aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/rocket.rs
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-06-21 12:19:54 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-06-21 12:19:54 +0200
commit31b90ccc657a5468de6bdffea8d309f502cd0d07 (patch)
tree5b5689f15dfb2cdcc27eca10ef39212dd18db4f2 /testing/tests/rocket.rs
parentf05a924c49afb537b624cfe3cbef3a95b13759a2 (diff)
downloadaskama-31b90ccc657a5468de6bdffea8d309f502cd0d07.tar.gz
askama-31b90ccc657a5468de6bdffea8d309f502cd0d07.tar.bz2
askama-31b90ccc657a5468de6bdffea8d309f502cd0d07.zip
Fix formatting with cargo fmt
Diffstat (limited to '')
-rw-r--r--testing/tests/rocket.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/rocket.rs b/testing/tests/rocket.rs
index 19c1d78..c613311 100644
--- a/testing/tests/rocket.rs
+++ b/testing/tests/rocket.rs
@@ -8,8 +8,8 @@ extern crate rocket;
use askama::Template;
-use rocket::local::Client;
use rocket::http::{ContentType, Status};
+use rocket::local::Client;
#[derive(Template)]
#[template(path = "hello.html")]