mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:41:25 +08:00
Add rubocop to our build. (#5004)
This commit is contained in:
@ -3,7 +3,7 @@ require_dependency 'email/styles'
|
||||
module Email
|
||||
class Renderer
|
||||
|
||||
def initialize(message, opts=nil)
|
||||
def initialize(message, opts = nil)
|
||||
@message = message
|
||||
@opts = opts || {}
|
||||
end
|
||||
|
Reference in New Issue
Block a user