Skip to content

Commit

Permalink
fix(style): revert whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
art-shutter committed Jan 20, 2025
1 parent 3db7885 commit 489db90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/skaffold/schema/latest/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1860,6 +1860,7 @@ func (clusterDetails *ClusterDetails) UnmarshalYAML(value *yaml.Node) error {
// Unmarshal the remaining values
aux := (*ClusterDetailsForUnmarshaling)(clusterDetails)
err = yaml.Unmarshal(remaining, aux)

if err != nil {
return err
}
Expand All @@ -1886,6 +1887,7 @@ func (ka *KanikoArtifact) UnmarshalYAML(value *yaml.Node) error {
// Unmarshal the remaining values
aux := (*KanikoArtifactForUnmarshaling)(ka)
err = yaml.Unmarshal(remaining, aux)

if err != nil {
return err
}
Expand Down

0 comments on commit 489db90

Please sign in to comment.