Skip to content

Commit 4807831

Browse files
committed
remove trailing whitespace
Signed-off-by: Otto Westerlund <westerlundotto@gmail.com>
1 parent b5fe3b1 commit 4807831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction/sync_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use std::sync::Arc;
1616
/// runtime and returns `Error::NestedRuntimeError` if one is found, allowing callers
1717
/// to detect and handle incorrect use of the synchronous client from within an
1818
/// existing async runtime instead of risking deadlocks or unexpected blocking.
19-
///
19+
///
2020
/// Note: checks only for Tokio runtimes, not other async runtimes.
2121
///
2222
/// # Error Handling

0 commit comments

Comments
 (0)