forked from loafle/openapi-generator-original
[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
|
# Gets access_token using access_token_getter or uses the static access_token
|
||||||
def access_token_with_refresh
|
def access_token_with_refresh
|
||||||
return access_token if access_token_getter.nil?
|
return access_token if access_token_getter.nil?
|
||||||
access_token_getter.call
|
access_token_getter.call
|
||||||
end
|
end
|
||||||
|
|
||||||
# Gets Basic Auth token string
|
# Gets Basic Auth token string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user