codebrew / backbone-rails

Easily use backbone.js with rails 3.1
MIT License
1.62k stars 255 forks source link

Make spacing consistent before colon character in edit_view #130

Closed mkelley33 closed 11 years ago

mkelley33 commented 11 years ago

This is a stylistic issue more than anything. It doesn't affect functionality, rather the edit view that is generated has a single space before the colons of each function generated. For example, render : -> instead of render: ->

I know where to change this, and I'm more than happy to do it. Should I make the change?

Cheers!