Skip to content

Commit 3ca61de

Browse files
fixed the formating
1 parent c776dba commit 3ca61de

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ pub mod client;
231231
pub mod documents;
232232
/// Module containing the [dumps] trait.
233233
pub mod dumps;
234-
/// Module containing the [snapshots] trait.
235-
pub mod snapshots;
236234
/// Module containing the [`errors::Error`] struct.
237235
pub mod errors;
238236
/// Module related to runtime and instance features.
@@ -246,6 +244,8 @@ pub mod request;
246244
pub mod search;
247245
/// Module containing [`Settings`].
248246
pub mod settings;
247+
/// Module containing the [snapshots] trait.
248+
pub mod snapshots;
249249
/// Module representing the [`TaskInfo`]s.
250250
pub mod task_info;
251251
/// Module representing the [`Task`]s.

src/snapshots.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,7 @@ mod tests {
9494
let task = client
9595
.create_snapshot()
9696
.await?
97-
.wait_for_completion(
98-
&client,
99-
None,
100-
None,
101-
)
97+
.wait_for_completion(&client, None, None)
10298
.await?;
10399

104100
assert!(matches!(task, Task::Succeeded { .. }));

0 commit comments

Comments
 (0)