Skip to content

Commit 7a3f83e

Browse files
committed
fmt
1 parent 1b818a3 commit 7a3f83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tokio/src/runtime/time/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ impl Driver {
204204
.inner
205205
.next_wake
206206
.store(next_wake_time(expiration_time));
207-
207+
208208
// Safety: After updating the `next_wake`, we drop all the locks.
209209
drop(locks);
210-
210+
211211
match expiration_time {
212212
Some(when) => {
213213
let now = handle.time_source.now(rt_handle.clock());

0 commit comments

Comments
 (0)