mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-01 00:00:10 +02:00
reactor: Remove extra semi colon (#1616)
* reactor: Remove extra semi colon * fmt
This commit is contained in:
@@ -127,5 +127,4 @@ mod tests {
|
||||
let mut fut = future::ok::<(), ()>(());
|
||||
assert_ready_eq!(fut.poll(), ());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user