Change the indentation from two spaces to a tab.

This commit is contained in:
FusionPBX 2022-10-08 23:43:08 -06:00 committed by GitHub
parent 6081a34833
commit 263af5a76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 125 additions and 125 deletions

View File

@ -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