diff --git a/plan/policy.go b/plan/policy.go index e3c0c3baf..bbcf71e96 100644 --- a/plan/policy.go +++ b/plan/policy.go @@ -54,6 +54,6 @@ type CreateOnlyPolicy struct{} // Apply applies the create-only policy which strips out updates and deletions. func (p *CreateOnlyPolicy) Apply(changes *Changes) *Changes { return &Changes{ - Create: changes.Create, + Create: changes.Create, } -} \ No newline at end of file +}