From abf5697240900426e37c60cba45bc6d1fe552ae7 Mon Sep 17 00:00:00 2001 From: joshaber Date: Thu, 10 Dec 2015 11:33:01 -0500 Subject: [PATCH] Delint --- src/git-repository-async.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git-repository-async.js b/src/git-repository-async.js index cb2c8ffae..dcb677bd4 100644 --- a/src/git-repository-async.js +++ b/src/git-repository-async.js @@ -804,7 +804,7 @@ export default class GitRepositoryAsync { // Has the repository been destroyed? // // Returns :: Bool - _destroyed() { + _destroyed () { return this.repoPromise == null }