summaryrefslogtreecommitdiffstats
path: root/rust/src/bin/fatcatd.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-12-14 17:35:58 +0800
committerBryan Newbold <bnewbold@robocracy.org>2018-12-14 17:35:58 +0800
commit9ca1bdfdba5de8191ad598ef0cc288eff4d50975 (patch)
tree47360fac06cf15b4233509c4c16fbf41e216ad0c /rust/src/bin/fatcatd.rs
parentaa7b96fd94bfe5d8f47b566cbb0f3a112c0ac755 (diff)
downloadfatcat-9ca1bdfdba5de8191ad598ef0cc288eff4d50975.tar.gz
fatcat-9ca1bdfdba5de8191ad598ef0cc288eff4d50975.zip
new rustfmt (1.31)
Diffstat (limited to 'rust/src/bin/fatcatd.rs')
-rw-r--r--rust/src/bin/fatcatd.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/src/bin/fatcatd.rs b/rust/src/bin/fatcatd.rs
index b40ac3c4..57b6a3da 100644
--- a/rust/src/bin/fatcatd.rs
+++ b/rust/src/bin/fatcatd.rs
@@ -32,7 +32,8 @@ fn main() {
Arg::with_name("https")
.long("https")
.help("Whether to use HTTPS or not"),
- ).get_matches();
+ )
+ .get_matches();
let decorator = slog_term::TermDecorator::new().build();
let drain = slog_term::CompactFormat::new(decorator).build().fuse();