Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Nov 14, 2024
1 parent ee5b125 commit 7cb5664
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions stremio-core-web/src/model/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ use stremio_core::{
},
runtime::Effects,
types::{
addon::Descriptor, api::LinkAuthKey, events::DismissedEventsBucket,
library::LibraryBucket, notifications::NotificationsBucket, profile::Profile,
resource::MetaItemPreview, search_history::SearchHistoryBucket,
server_urls::ServerUrlsBucket, streams::StreamsBucket,
addon::Descriptor, api::LinkAuthKey, events::DismissedEventsBucket, library::LibraryBucket,
notifications::NotificationsBucket, profile::Profile, resource::MetaItemPreview,
search_history::SearchHistoryBucket, server_urls::ServerUrlsBucket, streams::StreamsBucket,
},
Model,
};
Expand Down

0 comments on commit 7cb5664

Please sign in to comment.