Skip to content

Commit

Permalink
Remove unnecessary 'if'
Browse files Browse the repository at this point in the history
  • Loading branch information
grishick committed Oct 12, 2022
1 parent 4dcb5ee commit 156667e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void testConfigInTunnel(final String configString) throws Exception {
endPointURL == null ? Arrays.asList(new String[] {"host"}) : null,
endPointURL == null ? Arrays.asList(new String[] {"port"}) : null,
endPointURL == null ? null : "endpoint",
endPointURL == null ? null : endPointURL,
endPointURL,
TunnelMethod.SSH_KEY_AUTH,
"faketunnel.com",
22,
Expand Down

0 comments on commit 156667e

Please sign in to comment.