Skip to content

Commit

Permalink
fixing lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Schlesinger <[email protected]>
  • Loading branch information
arschles committed Aug 17, 2021
1 parent a07f5b1 commit 86ab113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/tele/corr_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
type CorrIDKey string

// CorrIDKeyVal is the key used to store the correlation ID in
// context.Contexts, HTTP headers, and other similar locations
// context.Contexts, HTTP headers, and other similar locations.
const CorrIDKeyVal CorrIDKey = "x-ms-correlation-id"

// CorrID is a correlation ID that the cluster API provider
Expand Down

0 comments on commit 86ab113

Please sign in to comment.