Skip to content

Commit

Permalink
Fix golangci-lint 'whitespace'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jun 18, 2024
1 parent 1dbffd9 commit 98f0a1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ func (r *tlsInspectionConfigurationResource) Update(ctx context.Context, request
new.CertificateAuthority = old.CertificateAuthority
new.Certificates = old.Certificates
new.UpdateToken = old.UpdateToken

}

response.Diagnostics.Append(response.State.Set(ctx, &new)...)
Expand Down

0 comments on commit 98f0a1d

Please sign in to comment.