Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ffalor committed Apr 25, 2024
1 parent af2246a commit 29a4611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/provider/sensor_update_policy_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ func (r *sensorUpdatePolicyResource) Delete(
}
}

// ImportState implements the logic to support resource imports
// ImportState implements the logic to support resource imports.
func (r *sensorUpdatePolicyResource) ImportState(
ctx context.Context,
req resource.ImportStateRequest,
Expand All @@ -405,7 +405,7 @@ func (r *sensorUpdatePolicyResource) ImportState(
resource.ImportStatePassthroughID(ctx, path.Root("id"), req, resp)
}

// updatePolicyEnabledState enables or disables a policy
// updatePolicyEnabledState enables or disables a policy.
func (r *sensorUpdatePolicyResource) updatePolicyEnabledState(
ctx context.Context,
policyID string,
Expand Down

0 comments on commit 29a4611

Please sign in to comment.