Remove unneeded package name

This commit is contained in:
Kevin Sawicki
2013-01-11 11:30:54 -08:00
parent 93fc1b6c4d
commit 0123bc7b91

View File

@@ -1,6 +1,4 @@
module.exports =
name: "strip trailing whitespace"
activate: (rootView) ->
rootView.eachBuffer (buffer) => @stripTrailingWhitespaceBeforeSave(buffer)