Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Jan 12, 2024
1 parent 83de356 commit 98bfc03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/warp-ipfs/src/store/document.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pub mod cache;
pub mod conversation;
pub mod files;
pub mod identity;
pub mod image_dag;
pub mod root;
pub mod files;

use chrono::{DateTime, Utc};
use futures::{stream::BoxStream, StreamExt, TryFutureExt};
Expand Down
2 changes: 1 addition & 1 deletion warp/src/constellation/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl From<FormatType> for FileType {
fn from(ty: FormatType) -> Self {
match ty {
FormatType::Generic => FileType::Generic,
FormatType::Mime(mime) => FileType::Mime(mime)
FormatType::Mime(mime) => FileType::Mime(mime),
}
}
}
Expand Down

0 comments on commit 98bfc03

Please sign in to comment.