From 976fe0f2cf6314d7a1c21b35d0c00dc92bc314fd Mon Sep 17 00:00:00 2001 From: joshaber Date: Thu, 10 Dec 2015 20:19:58 -0500 Subject: [PATCH] Linter --- spec/git-repository-async-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/git-repository-async-spec.js b/spec/git-repository-async-spec.js index a9f1f9997..95c9fc150 100644 --- a/spec/git-repository-async-spec.js +++ b/spec/git-repository-async-spec.js @@ -182,7 +182,7 @@ describe('GitRepositoryAsync', () => { let editor beforeEach(() => { - spyOn(atom, "confirm") + spyOn(atom, 'confirm') const workingDirPath = copyRepository() repo = new GitRepositoryAsync(workingDirPath, {project: atom.project, config: atom.config, confirm: atom.confirm})