summaryrefslogtreecommitdiff
path: root/src/object.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.rs')
-rw-r--r--src/object.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.rs b/src/object.rs
index e303900..68eec89 100644
--- a/src/object.rs
+++ b/src/object.rs
@@ -1,8 +1,8 @@
use std::io::{Read, Write};
use std::path::{Path, PathBuf};
-use serde::de::DeserializeOwned;
use serde::Serialize;
+use serde::de::DeserializeOwned;
use crate::{FileInfo, Id, Patch};