summaryrefslogtreecommitdiffstats
path: root/rust/src
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-12-31 18:43:51 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-12-31 18:43:51 -0800
commitb292d25b3f29407e4a6c3c093bd15027da6d8d73 (patch)
treeac6df4b042710df9c7f30ed3637c11dcd4278d07 /rust/src
parent7b7e271decb2fbd5858aaae03616aa0da57a9429 (diff)
downloadfatcat-b292d25b3f29407e4a6c3c093bd15027da6d8d73.tar.gz
fatcat-b292d25b3f29407e4a6c3c093bd15027da6d8d73.zip
rust fmt
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/api_wrappers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/api_wrappers.rs b/rust/src/api_wrappers.rs
index 3dec1c26..6c003802 100644
--- a/rust/src/api_wrappers.rs
+++ b/rust/src/api_wrappers.rs
@@ -996,7 +996,7 @@ impl Api for Server {
bail!("not authorized to create editgroups in others' names");
}
}
- },
+ }
None => {
entity.editor_id = Some(auth_context.editor_id.to_string());
}