Change the indentation from two spaces to a tab.
This commit is contained in:
parent
6081a34833
commit
263af5a76f
|
|
@ -55,7 +55,7 @@ function Settings.new(db, domain_name, domain_uuid)
|
||||||
self._db = db
|
self._db = db
|
||||||
self._domain_name = domain_name
|
self._domain_name = domain_name
|
||||||
self._domain_uuid = domain_uuid
|
self._domain_uuid = domain_uuid
|
||||||
self._use_cache = not not cache.settings
|
self._use_cache = not cache.settings
|
||||||
|
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue