Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ywegel committed Aug 7, 2024
1 parent b05a1b1 commit d22c402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
clippy::missing_errors_doc,
clippy::missing_panics_doc,
clippy::module_name_repetitions,
clippy::future_not_send,
clippy::future_not_send
)]

use std::fmt::Debug;
Expand All @@ -21,9 +21,9 @@ use tracing::instrument;

pub use error::FcmError;
pub use error::NetworkError;
pub use fcm::FcmNotification;
pub use fcm::send_fcm_message;
pub use fcm::send_fcm_message_with_url;
pub use fcm::FcmNotification;
pub use token_manager::SharedTokenManager;
pub use token_manager::TokenManager;

Expand Down

0 comments on commit d22c402

Please sign in to comment.