Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 6ab54a6

Browse files
committed
format
Signed-off-by: Peter Jiang <[email protected]>
1 parent 1835ab8 commit 6ab54a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/diff/diff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func serverSideDiff(config, live *unstructured.Unstructured, opts ...Option) (*D
182182
return nil, fmt.Errorf("error removing non config mutations for resource %s/%s: %w", config.GetKind(), config.GetName(), err)
183183
}
184184
}
185-
185+
186186
// Remarshal predictedLive to ensure it receives the same normalization as live.
187187
predictedLive = remarshal(predictedLive, o)
188188

0 commit comments

Comments
 (0)