Skip to content

Commit 060c9c8

Browse files
Simon-Lauxr10s
authored andcommitted
cargo fmt
1 parent 727428a commit 060c9c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deltachat-jsonrpc/src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ impl CommandApi {
232232
}
233233

234234
/// Performs a background fetch for all accounts in parallel with a timeout.
235-
///
235+
///
236236
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
237237
/// process all events until you get this one and you can safely return to the background
238238
/// without forgeting to create notifications caused by timing race conditions.

src/accounts.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ impl Accounts {
295295
/// Performs a background fetch for all accounts in parallel.
296296
///
297297
/// If you need a timeout, then use [Accounts::background_fetch_with_timeout] instead.
298-
///
298+
///
299299
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
300300
/// process all events until you get this one and you can safely return to the background
301301
/// without forgeting to create notifications caused by timing race conditions.
@@ -320,7 +320,7 @@ impl Accounts {
320320
/// Performs a background fetch for all accounts in parallel with a timeout.
321321
///
322322
/// If you want no timeout, then use [Accounts::background_fetch] instead.
323-
///
323+
///
324324
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
325325
/// process all events until you get this one and you can safely return to the background
326326
/// without forgeting to create notifications caused by timing race conditions.

0 commit comments

Comments
 (0)