Cleans up some command overrides

This commit is contained in:
Eric Amodio
2017-09-05 21:30:07 -04:00
parent 68fcbf713d
commit ece34dba32
8 changed files with 15 additions and 19 deletions

View File

@@ -35,7 +35,7 @@ export class StashSaveCommand extends Command {
return this.execute(args);
}
async execute(args: StashSaveCommandArgs = { }) {
async execute(args: StashSaveCommandArgs = {}) {
if (!this.git.repoPath) return undefined;
try {