Fix inconsistent indentation

This commit is contained in:
Corey Johnson
2014-04-11 10:51:56 -07:00
parent 63a80a4d4d
commit fe0d714710

View File

@@ -141,7 +141,7 @@ class Project extends Model
@findBufferForPath(@resolve(filePath))?.isModified()
findBufferForPath: (filePath) ->
_.find @buffers, (buffer) -> buffer.getPath() == filePath
_.find @buffers, (buffer) -> buffer.getPath() == filePath
# Only to be used in specs
bufferForPathSync: (filePath) ->