Skip to content

Commit 0e603e6

Browse files
chore: fix clang format
Signed-off-by: Mohammed Shetaya <mohammed.shetaya@procore.com>
1 parent 1c3d994 commit 0e603e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extensions/filters/http/oauth2/filter_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4854,7 +4854,7 @@ class OAuth2RedirectDomainTest : public OAuth2Test {
48544854
endpoint->set_uri("auth.example.com/_oauth");
48554855
endpoint->mutable_timeout()->set_seconds(1);
48564856
p.set_redirect_uri(redirect_uri.empty() ? "%REQ(:scheme)%://%REQ(:authority)%" + TEST_CALLBACK
4857-
: redirect_uri);
4857+
: redirect_uri);
48584858
p.mutable_redirect_path_matcher()->mutable_path()->set_exact(TEST_CALLBACK);
48594859
p.set_authorization_endpoint("https://auth.example.com/oauth/authorize/");
48604860
p.mutable_signout_path()->mutable_path()->set_exact("/_signout");

0 commit comments

Comments
 (0)