Skip to content

Commit

Permalink
Codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ADOT Patch workflow committed Feb 29, 2024
1 parent 92560d3 commit 7d748e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/awsxrayexporter/internal/translator/segment.go
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ func fixAnnotationKey(key string) string {
case 'A' <= r && r <= 'Z':
fallthrough
case 'a' <= r && r <= 'z':
fallthrough
fallthrough
case r == '.':
return r
default:
Expand Down

0 comments on commit 7d748e7

Please sign in to comment.