Unverified Commit b356e8ce authored by Jeremy Mikola's avatar Jeremy Mikola Committed by GitHub

Remove extra semicolon

parent c6aec73f
...@@ -54,7 +54,7 @@ class CommandExpectations implements CommandSubscriber ...@@ -54,7 +54,7 @@ class CommandExpectations implements CommandSubscriber
/* Change Streams spec tests do not include getMore commands in the /* Change Streams spec tests do not include getMore commands in the
* list of expected events, so ignore any observed events beyond the * list of expected events, so ignore any observed events beyond the
* number that are expected. */ * number that are expected. */
$o->ignoreExtraEvents = true;; $o->ignoreExtraEvents = true;
return $o; return $o;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment