mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
remove parens
This commit is contained in:
parent
df670d47d2
commit
1587901367
1 changed files with 1 additions and 1 deletions
2
test/fixtures/execution/test_literals.coffee
vendored
2
test/fixtures/execution/test_literals.coffee
vendored
|
@ -42,7 +42,7 @@ bob: {
|
|||
greet: (salutation) ->
|
||||
salutation + " " + @name
|
||||
hello: ->
|
||||
@greet("Hello")
|
||||
@greet "Hello"
|
||||
}
|
||||
|
||||
puts bob.hello() is "Hello Bob"
|
||||
|
|
Loading…
Reference in a new issue