Skip to content

Commit

Permalink
change formatting for last testing.TB too
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Sep 11, 2023
1 parent 62bb19b commit 01d46ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/metricdata/metricdatatest/assertion.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type Datatypes interface {
// TestingT is an interface that implements [testing.T], but without the
// private method of [testing.TB], so other testing packages can rely on it as
// well.
// The methods in this interface must match the `testing.TB` interface.
// The methods in this interface must match the [testing.TB] interface.
type TestingT interface {
Helper()
// DO NOT CHANGE: any modification will not be backwards compatible and
Expand Down

0 comments on commit 01d46ea

Please sign in to comment.