mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 08:37:19 +08:00
DEV: Apply syntax_tree formatting to app/*
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class NotificationSerializer < ApplicationSerializer
|
||||
|
||||
attributes :id,
|
||||
:user_id,
|
||||
:external_id,
|
||||
@ -47,5 +46,4 @@ class NotificationSerializer < ApplicationSerializer
|
||||
def include_external_id?
|
||||
SiteSetting.enable_discourse_connect
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user