Skip to content

Commit adee079

Browse files
committed
refactor(@angular/cli): remove unused eslint-disable comment in git utility
1 parent 077f06c commit adee079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/angular/cli/src/commands/update/utilities

packages/angular/cli/src/commands/update/utilities/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function checkCleanGit(root: string): boolean {
6060
return false;
6161
}
6262
}
63-
} catch {} // eslint-disable-line no-empty
63+
} catch {}
6464

6565
return true;
6666
}

0 commit comments

Comments
 (0)