Skip to content

Commit 7e1dc53

Browse files
committed
Remove empty line
1 parent e6c50db commit 7e1dc53

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

kibana/fleet.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ type AgentPolicyReassignRequest struct {
320320
func (client *Client) ReassignAgentToPolicy(ctx context.Context, agentID string, request AgentPolicyReassignRequest) error {
321321
reqBody, err := json.Marshal(request)
322322
if err != nil {
323-
324323
return fmt.Errorf("unable to marshal agent policy reassign request into JSON: %w", err)
325324
}
326325

0 commit comments

Comments
 (0)