mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02:41 +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() {
|
final public function getUncommittedStatus() {
|
||||||
if ($this->uncommittedStatusCache === null) {
|
if ($this->uncommittedStatusCache === null) {
|
||||||
$status = $this->buildUncommittedStatus();;
|
$status = $this->buildUncommittedStatus();
|
||||||
ksort($status);
|
ksort($status);
|
||||||
$this->uncommittedStatusCache = $status;
|
$this->uncommittedStatusCache = $status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue