From ff4f26e1ec7a8863d1be2ff0fdaf1c68135280ec Mon Sep 17 00:00:00 2001 From: Daniel Hengeveld Date: Mon, 9 Nov 2015 15:38:24 +0100 Subject: [PATCH] coffeelint fix --- spec/git-repository-async-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/git-repository-async-spec.coffee b/spec/git-repository-async-spec.coffee index 4c25a3ec4..c6402d1fb 100644 --- a/spec/git-repository-async-spec.coffee +++ b/spec/git-repository-async-spec.coffee @@ -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", ->