cargo fmt

This commit is contained in:
Simon Laux
2024-01-12 21:22:56 +01:00
committed by bjoern
parent 727428a965
commit 060c9c8aa1
2 changed files with 3 additions and 3 deletions

View File

@@ -232,7 +232,7 @@ impl CommandApi {
}
/// Performs a background fetch for all accounts in parallel with a timeout.
///
///
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
/// process all events until you get this one and you can safely return to the background
/// without forgeting to create notifications caused by timing race conditions.

View File

@@ -295,7 +295,7 @@ impl Accounts {
/// Performs a background fetch for all accounts in parallel.
///
/// If you need a timeout, then use [Accounts::background_fetch_with_timeout] instead.
///
///
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
/// process all events until you get this one and you can safely return to the background
/// without forgeting to create notifications caused by timing race conditions.
@@ -320,7 +320,7 @@ impl Accounts {
/// Performs a background fetch for all accounts in parallel with a timeout.
///
/// If you want no timeout, then use [Accounts::background_fetch] instead.
///
///
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
/// process all events until you get this one and you can safely return to the background
/// without forgeting to create notifications caused by timing race conditions.