Skip to content

Commit 6a4a596

Browse files
tklausergopherbot
authored andcommitted
cmp: gofmt
Change-Id: Icdd373c9bae20ce08a21eb54b424067bd17f1f79 Reviewed-on: https://go-review.googlesource.com/c/go/+/531236 Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Tobias Klauser <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Than McIntosh <[email protected]>
1 parent a576581 commit 6a4a596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cmp/cmp_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"cmp"
99
"fmt"
1010
"math"
11-
"sort"
1211
"slices"
12+
"sort"
1313
"testing"
1414
)
1515

@@ -133,9 +133,9 @@ func ExampleOr() {
133133

134134
func ExampleOr_sort() {
135135
type Order struct {
136-
Product string
136+
Product string
137137
Customer string
138-
Price float64
138+
Price float64
139139
}
140140
orders := []Order{
141141
{"foo", "alice", 1.00},

0 commit comments

Comments
 (0)