fixed linting errors

This commit is contained in:
Dolan
2017-06-10 02:42:46 +01:00
parent 8f535fe731
commit 0aaac09a44
6 changed files with 14 additions and 26 deletions

View File

@@ -187,5 +187,4 @@ export class Revwalk {
* @memberof Revwalk
*/
getCommits(count: number): Promise<Commit[]>;
}