Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjeferreira committed Feb 14, 2024
1 parent c4e2225 commit d326351
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ public String getNonProxyHosts() {
@Deprecated
public com.amazonaws.Protocol getProxyProtocol() {
return this.proxyProtocol.equalsIgnoreCase("https")
? com.amazonaws.Protocol.HTTPS : com.amazonaws.Protocol.HTTP;
? com.amazonaws.Protocol.HTTPS
: com.amazonaws.Protocol.HTTP;
}

public HttpProtocol getProxyHttpProtocol() {
Expand Down

0 comments on commit d326351

Please sign in to comment.