Skip to content

Commit a9d067a

Browse files
gordallottlukasmalkmus
authored andcommitted
linting
1 parent c8a9219 commit a9d067a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func RequestToEvents(req *http.Request) (events []axiom.Event, dataset string, e
163163

164164
for index := range ev {
165165
event, ok := ev[index].(map[string]interface{})
166-
if ok == false {
166+
if !ok {
167167
return nil, "", fmt.Errorf("unexpected event type %T (%+v)", v, v)
168168
}
169169

0 commit comments

Comments
 (0)