Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-stytch committed Jun 12, 2024
1 parent 1fc91c2 commit 92fba74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (client *Client) doRequest(ctx context.Context, opts parameters, dst interf
req.GetBody = func() (io.ReadCloser, error) {
return io.NopCloser(bytes.NewBuffer(payloadData)), nil
}
}
}

req.Header.Add("Accept", "application/json")
req.Header.Add("Content-Type", "application/json")
Expand Down

0 comments on commit 92fba74

Please sign in to comment.