Skip to content

Commit

Permalink
[JENKINS-31823] code style
Browse files Browse the repository at this point in the history
  • Loading branch information
escoem committed Dec 2, 2015
1 parent 73410a6 commit d8cf150
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ public static ProxyServer getProxyServer() {

if (proxy.noProxyHost != null) {
for (String s : proxy.noProxyHost.split("[ \t\n,|]+")) {
if (s.length()>0) {
if (s.length() > 0) {
proxyServer.addNonProxyHost(s);
}
}
Expand Down

0 comments on commit d8cf150

Please sign in to comment.