Skip to content

Commit 8ae5da6

Browse files
authored
Update oauth2.h
indentation correction
1 parent 708a5df commit 8ae5da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/cpprest/oauth2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ class oauth2_config
295295
{
296296
uri_builder ub;
297297
ub.append_query(
298-
details::oauth2_strings::grant_type, details::oauth2_strings::client_credentials, false);
298+
details::oauth2_strings::grant_type, details::oauth2_strings::client_credentials, false);
299299
return _request_token(ub);
300300
}
301301

0 commit comments

Comments
 (0)