Skip to content

Commit c55cde4

Browse files
committed
fix style
1 parent 9f86ab5 commit c55cde4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/HTTPLookupService.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Error HTTPLookupService::sendHTTPRequest(const std::string &completeUrl, std::st
191191
}
192192

193193
Error HTTPLookupService::sendHTTPRequest(const std::string &completeUrl, std::string &responseData,
194-
long &responseCode) {
194+
long &responseCode) {
195195
AuthenticationDataPtr authDataContent;
196196
Result authResult = authenticationPtr_->getAuthData(authDataContent);
197197
if (authResult != ResultOk) {

0 commit comments

Comments
 (0)