Skip to content

Commit

Permalink
Merge pull request kubevirt#2706 from johncming/extra-blank-line
Browse files Browse the repository at this point in the history
cmd/example-cloudinit-hook-sidecar: delete extra blank lines.
  • Loading branch information
kubevirt-bot authored Sep 25, 2019
2 parents 82381b0 + 29b2fff commit bdb2a2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/example-cloudinit-hook-sidecar/cloudinit.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func (s v1alpha2Server) PreCloudInitIso(ctx context.Context, params *hooksV1alph
return &hooksV1alpha2.PreCloudInitIsoResult{
CloudInitData: params.GetCloudInitData(),
}, fmt.Errorf("Failed to marshal CloudInitData: %v", cloudInitData)

}

return &hooksV1alpha2.PreCloudInitIsoResult{
Expand Down

0 comments on commit bdb2a2b

Please sign in to comment.