mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Apply syntax_tree formatting to app/*
This commit is contained in:
@@ -11,7 +11,7 @@ class PostReplyKey < ActiveRecord::Base
|
||||
validates :reply_key, presence: true
|
||||
|
||||
def reply_key
|
||||
super&.delete('-')
|
||||
super&.delete("-")
|
||||
end
|
||||
|
||||
def self.generate_reply_key
|
||||
|
||||
Reference in New Issue
Block a user