Skip to content

Commit 9380419

Browse files
committed
Style
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent 6c70c8a commit 9380419

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

internal/otelutils/utf8.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,3 @@ func SanitizeError(err error) error {
5555
}
5656
return sanitizedError{err: err}
5757
}
58-

internal/otelutils/utf8_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ func TestSanitizeError(t *testing.T) {
3333
t.Fatalf("expected sanitized error string to be valid UTF-8, got: %q", serr.Error())
3434
}
3535
}
36-

internal/otelutils/utf8_tracing.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,3 @@ func sanitizeKeyValues(in []attribute.KeyValue) []attribute.KeyValue {
199199
}
200200
return out
201201
}
202-

internal/otelutils/utf8_tracing_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,3 @@ func assertValidKeyValues(t *testing.T, kvs []attribute.KeyValue) {
9999
}
100100
}
101101
}
102-

0 commit comments

Comments
 (0)