reactor: Remove extra semi colon (#1616)

* reactor: Remove extra semi colon

* fmt
This commit is contained in:
Lucio Franco
2019-09-30 15:06:17 -04:00
committed by GitHub
parent f545d1276b
commit 83e8fff090
5 changed files with 1 additions and 6 deletions
-1
View File
@@ -127,5 +127,4 @@ mod tests {
let mut fut = future::ok::<(), ()>(());
assert_ready_eq!(fut.poll(), ());
}
}