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,13 +1,12 @@
# frozen_string_literal: true
class FlagSettings
attr_reader(
:without_custom_types,
:notify_types,
:topic_flag_types,
:auto_action_types,
:custom_types
:custom_types,
)
def initialize
@@ -39,5 +38,4 @@ class FlagSettings
def flag_types
@all_flag_types
end
end