Skip to content

Commit

Permalink
Cosmetic: fix up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed May 6, 2021
1 parent 87e8afc commit f45fccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/events/pending.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (r *EventWatcher) checkOlderPending(ctx context.Context, threshold time.Tim
success, ref, remoteContext, err := r.makeSpanContextFromEvent(ctx, r.Client, event)
if err != nil {
if !isNotFound(err) {
r.Log.Error(err, "dropping span", "name", event.UID)
r.Log.Error(err, "dropping span", "name", event.UID)
}
continue
}
Expand Down

0 comments on commit f45fccc

Please sign in to comment.