Add newline at end of file

This commit is contained in:
Nathan Sobo
2012-06-13 20:09:18 -06:00
parent e385f8051f
commit 0c35178cc2

View File

@@ -91,4 +91,4 @@ class CommandPanel extends View
setSelectionAsLastRelativeAddress: ->
selection = @rootView.activeEditor().getSelectedText()
regex = _.escapeRegExp(selection)
@commandInterpreter.lastRelativeAddress = new CompositeCommand([new RegexAddress(regex)])
@commandInterpreter.lastRelativeAddress = new CompositeCommand([new RegexAddress(regex)])