mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix inconsistent indentation
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user