Skip to content

Commit

Permalink
Smell-fix: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Jan 17, 2021
1 parent 783b3b3 commit a389e76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public Optional<String> getDefaultBrowserVersion(String[] programFilesEnvs,

String browserPath = config.getBrowserPath();
OperatingSystem operatingSystem = config.getOperatingSystem();
;

if (operatingSystem.isWin()) {
String winName = "";
for (int j = 0; j < winBrowserNames.length; j++) {
Expand Down

0 comments on commit a389e76

Please sign in to comment.