mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Apply syntax_tree formatting to lib/*
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user