mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
lint_untracked
This commit is contained in:
parent
53691cdcf9
commit
edd585a3d7
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ abstract class ArcanistRepositoryAPI {
|
|||
*/
|
||||
final public function getUncommittedStatus() {
|
||||
if ($this->uncommittedStatusCache === null) {
|
||||
$status = $this->buildUncommittedStatus();;
|
||||
$status = $this->buildUncommittedStatus();
|
||||
ksort($status);
|
||||
$this->uncommittedStatusCache = $status;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue