Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Sep 11, 2024
1 parent 2339384 commit 8379079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracing/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func FromCLIContext(c *cli.Context) (*Client, error) {
// keyValueSliceToMap converts a slice of key=value strings to a map of key to value using the supplied map function.
func keyValueSliceToMap(kv []string, fn func(string) string) map[string]string {
m := map[string]string{}

for _, attr := range kv {
parts := strings.SplitN(attr, "=", 2)

Expand Down

0 comments on commit 8379079

Please sign in to comment.