Skip to content

Commit

Permalink
Clippy Happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Feb 26, 2023
1 parent 1f80754 commit 6ced06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquadoggo/src/db/stores/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
use async_trait::async_trait;
use futures::future::try_join_all;
use p2panda_rs::document::traits::AsDocument;
use p2panda_rs::document::{Document, DocumentId, DocumentView, DocumentViewId};
use p2panda_rs::document::{DocumentId, DocumentView, DocumentViewId};
use p2panda_rs::schema::SchemaId;
use p2panda_rs::storage_provider::error::DocumentStorageError;
use p2panda_rs::storage_provider::traits::DocumentStore;
Expand Down

0 comments on commit 6ced06a

Please sign in to comment.