Skip to content

Commit 0373c30

Browse files
committed
Fix formatting for docs in assert
1 parent dc17066 commit 0373c30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sloggers/slogtest/assert/assert.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ import (
99
"cdr.dev/slog/sloggers/slogtest"
1010
)
1111

12-
// Equal asserts exp == act. If they are not equal, it will fatal the test
12+
// Equal asserts exp == act.
13+
//
14+
// If they are not equal, it will fatal the test
1315
// with a diff of the differences.
1416
func Equal(t testing.TB, exp, act interface{}, name string) {
1517
slog.Helper()

0 commit comments

Comments
 (0)