DEV: Apply syntax_tree formatting to lib/*

This commit is contained in:
David Taylor
2023-01-09 12:10:19 +00:00
parent b0fda61a8e
commit 6417173082
507 changed files with 16550 additions and 12627 deletions

View File

@ -1,7 +1,6 @@
# frozen_string_literal: true
class AdminConstraint
def initialize(options = {})
@require_master = options[:require_master]
end
@ -19,5 +18,4 @@ class AdminConstraint
def custom_admin_check(request)
true
end
end