Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
browner12 committed Sep 22, 2020
1 parent 65c36a6 commit 2daf50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ChromeDriverCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ protected function chromeVersion($os)

preg_match('/(\d+)(\.\d+){3}/', $process->getOutput(), $matches);

if (!isset($matches[1])) {
if (! isset($matches[1])) {
continue;
}

Expand Down

0 comments on commit 2daf50f

Please sign in to comment.