about summary refs log tree commit diff
path: root/app/lib/settings/extend.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/settings/extend.rb')
-rw-r--r--app/lib/settings/extend.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/lib/settings/extend.rb b/app/lib/settings/extend.rb
index 7241a1221..407c3480f 100644
--- a/app/lib/settings/extend.rb
+++ b/app/lib/settings/extend.rb
@@ -1,9 +1,11 @@
+# frozen_string_literal: true
+
 module Settings
   module Extend
-  	extend ActiveSupport::Concern
+    extend ActiveSupport::Concern
 
     def settings
       ScopedSettings.for_thing(self)
     end
   end
-end
\ No newline at end of file
+end