mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
Fix all the trailing whitespace
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
class NotificationSerializer < ApplicationSerializer
|
||||
|
||||
attributes :notification_type,
|
||||
:read,
|
||||
:created_at,
|
||||
attributes :notification_type,
|
||||
:read,
|
||||
:created_at,
|
||||
:post_number,
|
||||
:topic_id,
|
||||
:slug,
|
||||
:data
|
||||
|
||||
def slug
|
||||
def slug
|
||||
Slug.for(object.topic.title) if object.topic.present?
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user