Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Dec 26, 2024
1 parent 6d23268 commit 36306ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/framework/service/content_scanning/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (r *ContentScanningResource) Update(ctx context.Context, req resource.Updat
resp.Diagnostics.Append(diags...)
}

// Delete disables the Content Scanning feature
// Delete disables the Content Scanning feature.
func (r *ContentScanningResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse) {
var state ContentScanningModel
diags := req.State.Get(ctx, &state)
Expand Down

0 comments on commit 36306ce

Please sign in to comment.