aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/database_models.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-17 16:36:34 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-17 16:36:34 -0800
commit557ff17c9bca18be90f49e9490fd50a362e32d81 (patch)
tree7abc798988089c5ba463db34ae895524ae07ad4c /rust/src/database_models.rs
parentc7aa313b81c15ffcd0451f69c1db67b83763e25a (diff)
downloadfatcat-557ff17c9bca18be90f49e9490fd50a362e32d81.tar.gz
fatcat-557ff17c9bca18be90f49e9490fd50a362e32d81.zip
rust fmt
Diffstat (limited to 'rust/src/database_models.rs')
-rw-r--r--rust/src/database_models.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/rust/src/database_models.rs b/rust/src/database_models.rs
index b76b469a..ce804c50 100644
--- a/rust/src/database_models.rs
+++ b/rust/src/database_models.rs
@@ -4,7 +4,9 @@ use crate::database_schema::*;
use crate::errors::*;
use crate::identifiers::uuid2fcid;
use chrono;
-use fatcat_api_spec::models::{ChangelogEntry, Editgroup, EditgroupAnnotation, Editor, EntityEdit, ReleaseRef};
+use fatcat_api_spec::models::{
+ ChangelogEntry, Editgroup, EditgroupAnnotation, Editor, EntityEdit, ReleaseRef,
+};
use serde_json;
use uuid::Uuid;