mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
Fix all the trailing whitespace
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
class AdminUserSerializer < BasicUserSerializer
|
||||
|
||||
attributes :email,
|
||||
:active,
|
||||
:admin,
|
||||
:last_seen_age,
|
||||
attributes :email,
|
||||
:active,
|
||||
:admin,
|
||||
:last_seen_age,
|
||||
:days_visited,
|
||||
:last_emailed_age,
|
||||
:created_at_age,
|
||||
:created_at_age,
|
||||
:username_lower,
|
||||
:trust_level,
|
||||
:flag_level,
|
||||
:username,
|
||||
:username,
|
||||
:avatar_template,
|
||||
:topics_entered,
|
||||
:posts_read_count,
|
||||
|
Reference in New Issue
Block a user