mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
🎨 Remove parens
This commit is contained in:
@@ -54,7 +54,7 @@ deprecate.event = (emitter, oldName, newName, fn) ->
|
||||
|
||||
# Print deprecation warning.
|
||||
deprecate.warn = (oldName, newName) ->
|
||||
deprecate.log("#{oldName} is deprecated. Use #{newName} instead.")
|
||||
deprecate.log "#{oldName} is deprecated. Use #{newName} instead."
|
||||
|
||||
# Print deprecation message
|
||||
deprecate.log = (message) ->
|
||||
|
||||
Reference in New Issue
Block a user