Skip to content

Commit

Permalink
Apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Jul 25, 2023
1 parent c18036e commit 2ceea68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/loki.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func (h *lokiHook) push(b bytes.Buffer) error {

req.Header.Set("Content-Type", "application/json")

for _, header := range(h.headers) {
for _, header := range h.headers {
req.Header.Set(header[0], header[1])
}

Expand Down

0 comments on commit 2ceea68

Please sign in to comment.