Indentation

This commit is contained in:
Râu Cao 2023-07-14 15:29:04 +02:00
parent 12b24337e7
commit e11be727a1

View File

@ -36,7 +36,7 @@ class RemoteStorageAuthorization < ApplicationRecord
private private
def redis def redis
@redis ||= Redis.new(url: Setting.redis_url) @redis ||= Redis.new(url: Setting.rs_redis_url)
end end
def generate_token(length=16) def generate_token(length=16)