Skip to content

Commit cb0684f

Browse files
fix: align cleanup scope formatting
1 parent f689e1e commit cb0684f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inc/Workspace/WorkspaceAbandonedCleanupOrchestrator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public function run( array $input ): array|\WP_Error {
6565
if ( '' === $repo_scope && '' !== $scope && $this->scope_is_worktree_filter($scope) ) {
6666
$repo_scope = $scope;
6767
}
68-
$deadline = null;
69-
$stage_order = $this->stage_order();
68+
$deadline = null;
69+
$stage_order = $this->stage_order();
7070

7171
if ( ! isset($stage_order[ $stage ]) ) {
7272
return new \WP_Error('invalid_worktree_abandoned_stage', 'Invalid stage value. Use reconcile, finalized, equivalent-clean, merged, remote-clean, or bounded.', array( 'status' => 400 ));

0 commit comments

Comments
 (0)