From 5371751c84ef76eb0b74490d9ed1f2c9ee17177f Mon Sep 17 00:00:00 2001 From: Mateusz Karasiewicz Date: Mon, 14 Oct 2024 15:59:44 +0200 Subject: [PATCH] lint --- manifest/v1alpha/slo/slo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/v1alpha/slo/slo.go b/manifest/v1alpha/slo/slo.go index ccb2dc9e..7e82b4ea 100644 --- a/manifest/v1alpha/slo/slo.go +++ b/manifest/v1alpha/slo/slo.go @@ -182,7 +182,7 @@ type ProcessStatus struct { type TargetSloStatus struct { // Deprecated: use TargetSloStatus.Replay instead. TargetTimeTravel ReplayStatus `json:"targetTimeTravel,omitempty"` - Replay ProcessStatus `json:"replay,omitempty,omitempty"` + Replay ProcessStatus `json:"replay,omitempty"` } // Deprecated: ReplayStatus exists for historical compatibility