Skip to content

Commit 23383f3

Browse files
committed
Formatting
1 parent 8d1a1b5 commit 23383f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/task.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,7 @@ fn set_detached<T>(ptr: *const ()) -> Option<Result<T, Panic>> {
241241
Ok(_) => {
242242
// Read the output.
243243
output = Some(
244-
((*header).vtable.get_output(ptr) as *mut Result<T, Panic>)
245-
.read(),
244+
((*header).vtable.get_output(ptr) as *mut Result<T, Panic>).read(),
246245
);
247246

248247
// Update the state variable because we're continuing the loop.

0 commit comments

Comments
 (0)