From f72beabd90b317367bb9f20b8a2e4fe9b65e1b39 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 31 Dec 2016 23:20:38 +0100 Subject: [PATCH] remove some white space --- test/test.ts | 2 -- ts/smartgit.classes.gitrepo.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/test/test.ts b/test/test.ts index c908c4a..c809cba 100644 --- a/test/test.ts +++ b/test/test.ts @@ -13,8 +13,6 @@ let paths = { noGit: path.resolve('./test/') } - - describe('smartgit', function () { let testGitRepo: smartgit.GitRepo let testGitRepoCloned: smartgit.GitRepo diff --git a/ts/smartgit.classes.gitrepo.ts b/ts/smartgit.classes.gitrepo.ts index 13b343c..24f8f5d 100644 --- a/ts/smartgit.classes.gitrepo.ts +++ b/ts/smartgit.classes.gitrepo.ts @@ -84,7 +84,6 @@ export class GitRepo { return done.promise } - /** * pull latest changes from remote */