Skip to content

Commit

Permalink
fix linter error for redundant blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Apr 23, 2017
1 parent b7a0177 commit 8af5b2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/connection.cc
Expand Up @@ -249,7 +249,6 @@ RestClient::Connection::SetKeyPassword(const std::string& keyPassword) {
*/
void
RestClient::Connection::SetProxy(const std::string& uriProxy) {

std::string uriProxyUpper = uriProxy;
// check if the provided address is prefixed with "http"
std::transform(uriProxyUpper.begin(), uriProxyUpper.end(),
Expand Down

0 comments on commit 8af5b2a

Please sign in to comment.