mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
coffeelint fix
This commit is contained in:
@@ -16,7 +16,7 @@ copyRepository = ->
|
||||
fs.renameSync(path.join(workingDirPath, 'git.git'), path.join(workingDirPath, '.git'))
|
||||
fs.realpathSync(workingDirPath)
|
||||
|
||||
openFixture = (fixture)->
|
||||
openFixture = (fixture) ->
|
||||
GitRepositoryAsync.open(path.join(__dirname, 'fixtures', 'git', fixture))
|
||||
|
||||
describe "GitRepositoryAsync", ->
|
||||
|
||||
Reference in New Issue
Block a user