remove some white space

This commit is contained in:
Philipp Kunz 2016-12-31 23:20:38 +01:00
parent 958a625633
commit f72beabd90
2 changed files with 0 additions and 3 deletions

View File

@ -13,8 +13,6 @@ let paths = {
noGit: path.resolve('./test/')
}
describe('smartgit', function () {
let testGitRepo: smartgit.GitRepo
let testGitRepoCloned: smartgit.GitRepo

View File

@ -84,7 +84,6 @@ export class GitRepo {
return done.promise
}
/**
* pull latest changes from remote
*/