mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 20:20:53 +00:00
[Ruby] align indentation (#16423)
This commit is contained in:
parent
6310ecdb0f
commit
21cbd1ab71
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user