Skip to content

Commit

Permalink
Remove return
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Nov 24, 2024
1 parent 606d31c commit 9c10505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class WebDriverContainerHolder {
}

private boolean isDefaultHostname() {
return configuration.hostName == ContainerGebConfiguration.DEFAULT_HOSTNAME_FROM_CONTAINER
configuration.hostName == ContainerGebConfiguration.DEFAULT_HOSTNAME_FROM_CONTAINER
}

private String getHostIp() {
Expand Down

0 comments on commit 9c10505

Please sign in to comment.