Fix checkstyle

parent 8137c513
...@@ -929,7 +929,7 @@ class WatchFunctionalTest extends FunctionalTestCase ...@@ -929,7 +929,7 @@ class WatchFunctionalTest extends FunctionalTestCase
$this->assertTrue($changeStream->valid()); $this->assertTrue($changeStream->valid());
if (!$this->isShardedCluster()) { if (! $this->isShardedCluster()) {
$this->assertLessThan($pivot, $duration); $this->assertLessThan($pivot, $duration);
} }
} }
......
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