coffeelint fix

This commit is contained in:
Daniel Hengeveld
2015-11-09 15:38:24 +01:00
parent 93046f550f
commit ff4f26e1ec

View File

@@ -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", ->