[Ruby] align indentation (#16423)

This commit is contained in:
jumpei.yokota 2023-08-28 16:08:50 +09:00 committed by GitHub
parent 6310ecdb0f
commit 21cbd1ab71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,8 +193,8 @@ module {{moduleName}}
# Gets access_token using access_token_getter or uses the static access_token
def access_token_with_refresh
return access_token if access_token_getter.nil?
access_token_getter.call
return access_token if access_token_getter.nil?
access_token_getter.call
end
# Gets Basic Auth token string