Skip to content

Commit 435726b

Browse files
style: align retention activity evidence (#886)
1 parent 3be09d4 commit 435726b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inc/Workspace/WorkspaceWorktreeCleanupEngine.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,8 +1827,8 @@ private function worktree_cleanup_recent_activity_protection( array $metadata ):
18271827
}
18281828

18291829
return array(
1830-
'activity_at' => gmdate('c', $timestamp),
1831-
'activity_field' => $activity_field,
1830+
'activity_at' => gmdate('c', $timestamp),
1831+
'activity_field' => $activity_field,
18321832
'age_seconds' => $age,
18331833
'recency_window_seconds' => self::RETENTION_RECENT_ACTIVITY_SECONDS,
18341834
);

0 commit comments

Comments
 (0)