💄 Add space before ->

This commit is contained in:
Kevin Sawicki 2014-07-09 14:52:59 -07:00
parent 35b4ba3066
commit 908ff5d3cd

View File

@ -227,7 +227,7 @@ class Atom extends Model
# Returns true if the dimensions are useable, false if they should be ignored.
# Work around for https://github.com/atom/atom-shell/issues/473
isValidDimensions: ({x, y, width, height}={})->
isValidDimensions: ({x, y, width, height}={}) ->
width > 0 and height > 0 and x + width > 0 and y + height > 0
storeDefaultWindowDimensions: ->