Skip to content

Commit 57e5fc6

Browse files
yktyagiCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 23dc712 commit 57e5fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/image/overlay/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ type Builder struct {
6868
timings []StageTiming
6969
}
7070

71-
// nowFn is the clock seam for stage timing; tests override it for determinism.
71+
// nowFn is the clock seam for stage timing; it is a var so tests can override it for determinism.
7272
var nowFn = time.Now
7373

7474
// timeStage runs fn, recording its wall-clock duration under the given stage

0 commit comments

Comments
 (0)