remove some white space
This commit is contained in:
parent
958a625633
commit
f72beabd90
@ -13,8 +13,6 @@ let paths = {
|
|||||||
noGit: path.resolve('./test/')
|
noGit: path.resolve('./test/')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
describe('smartgit', function () {
|
describe('smartgit', function () {
|
||||||
let testGitRepo: smartgit.GitRepo
|
let testGitRepo: smartgit.GitRepo
|
||||||
let testGitRepoCloned: smartgit.GitRepo
|
let testGitRepoCloned: smartgit.GitRepo
|
||||||
|
@ -84,7 +84,6 @@ export class GitRepo {
|
|||||||
return done.promise
|
return done.promise
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* pull latest changes from remote
|
* pull latest changes from remote
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user