Skip to content

Commit

Permalink
Revert "gofmt grumble"
Browse files Browse the repository at this point in the history
This reverts commit 2313a7a.
  • Loading branch information
NeilMeso committed Sep 26, 2023
1 parent 4466063 commit 9cc06e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confluence/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (c *Client) doRaw(method, path, contentType string, body *bytes.Buffer) (*b
req.Header.Set("Content-Type", contentType)
}
req.Header.Add("X-Atlassian-Token", "nocheck")
req.Header.Add("Authorization", "Bearer "+c.token)
req.Header.Add("Authorization", "Bearer " + c.token)

Check failure on line 198 in confluence/client.go

View workflow job for this annotation

GitHub Actions / Build and Test

File is not `gofmt`-ed with `-s` (gofmt)
resp, err := c.client.Do(req)
if err != nil {
return nil, err
Expand Down

0 comments on commit 9cc06e0

Please sign in to comment.