aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/bin/fatcatd.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-11-17 15:48:49 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-11-19 14:55:14 -0800
commit68bb2a00e56fda04228c13cc2bea90b71002c527 (patch)
tree5b930b6eedb05e34ea8fbddae1c1aab1c7564c02 /rust/src/bin/fatcatd.rs
parent0fb0c3759a04c025800e3175fb4cbd8d595f8c4b (diff)
downloadfatcat-68bb2a00e56fda04228c13cc2bea90b71002c527.tar.gz
fatcat-68bb2a00e56fda04228c13cc2bea90b71002c527.zip
rustfmt
Diffstat (limited to 'rust/src/bin/fatcatd.rs')
-rw-r--r--rust/src/bin/fatcatd.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/rust/src/bin/fatcatd.rs b/rust/src/bin/fatcatd.rs
index 6f5610f0..b27ff911 100644
--- a/rust/src/bin/fatcatd.rs
+++ b/rust/src/bin/fatcatd.rs
@@ -35,8 +35,7 @@ impl AfterMiddleware for XClacksOverheadMiddleware {
/// Create custom server, wire it to the autogenerated router,
/// and pass it to the web server.
fn main() -> Result<()> {
- let _matches = App::new("server")
- .get_matches();
+ let _matches = App::new("server").get_matches();
dotenv::dotenv().ok();