From 42d14c943eb31753489b39ef58803c543c023bee Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 28 Jun 2021 17:12:33 -0600 Subject: fmt --- src/http.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http.rs') diff --git a/src/http.rs b/src/http.rs index f8f1066..59278cd 100644 --- a/src/http.rs +++ b/src/http.rs @@ -1 +1 @@ -pub use warp::{Filter, Reply, reply::Response}; +pub use warp::{reply::Response, Filter, Reply}; -- cgit v1.2.3