Remove trailing whitespace

This commit is contained in:
Matt Colyer
2013-08-27 09:52:21 -07:00
parent a44662c885
commit 2bca1abb2a

View File

@@ -7,7 +7,7 @@ _ = require 'underscore'
# Public: Represents an individual file in the editor.
#
# This class shouldn't be created directly, instead you should create a
# This class shouldn't be created directly, instead you should create a
# {Directory} and access the {File} objects that it creates.
module.exports =
class File