mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 20:37:41 +08:00
DEV: Reformat single line method definition
Following comments on 71aaed272c
This commit is contained in:
parent
3f8fa4ad4e
commit
9125b5fbc4
@ -18,7 +18,9 @@ class Auth::AuthProvider
|
||||
@enabled_setting = val
|
||||
end
|
||||
|
||||
def background_color=(val) Discourse.deprecate("background_color is no longer functional. Please use CSS instead") end;
|
||||
def background_color=(val)
|
||||
Discourse.deprecate("background_color is no longer functional. Please use CSS instead")
|
||||
end
|
||||
|
||||
def name
|
||||
authenticator.name
|
||||
|
Loading…
x
Reference in New Issue
Block a user