From b9488e9967754d6bc4d47c86d80a9c18f2d9a2d0 Mon Sep 17 00:00:00 2001 From: Ashera Silva Date: Fri, 7 Jun 2024 10:50:35 +0530 Subject: [PATCH] Fix formatting --- .../resources/api_templates/velocity_template.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/distribution/resources/api_templates/velocity_template.xml b/modules/distribution/resources/api_templates/velocity_template.xml index 00dffa450a..f681cb2ebd 100644 --- a/modules/distribution/resources/api_templates/velocity_template.xml +++ b/modules/distribution/resources/api_templates/velocity_template.xml @@ -351,14 +351,14 @@ $out_sequences.get("$resource.getUriTemplate()").get($uri) #if( $apiIsOauthProtected || $apiIsApiKeyProtected || $apiIsBasicAuthProtected ) - #if($endpointSecurityProd.clientId && ($endpointSecurityProd.type == "oauth" || $endpointSecurityProd.type == "OAUTH")) + #if($endpointSecurityProd.clientId && ($endpointSecurityProd.type == "oauth" || $endpointSecurityProd.type == "OAUTH")) - #end + #end - #if($endpointSecuritySand.clientId && ($endpointSecuritySand.type == "oauth" || $endpointSecuritySand.type == "OAUTH")) + #if($endpointSecuritySand.clientId && ($endpointSecuritySand.type == "oauth" || $endpointSecuritySand.type == "OAUTH")) - #end + #end #end