Skip to content

Commit 24a3f8a

Browse files
committed
update go.mod
1 parent 497e21f commit 24a3f8a

File tree

1 file changed

+2
-2
lines changed
  • leetcode/3501-3600/3572.Maximize-Y-Sum-by-Picking-a-Triplet-of-Distinct-X-Values

1 file changed

+2
-2
lines changed

leetcode/3501-3600/3572.Maximize-Y-Sum-by-Picking-a-Triplet-of-Distinct-X-Values/Solution_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ func TestSolution(t *testing.T) {
3030
}
3131
}
3232

33-
//压力测试
33+
// 压力测试
3434
func BenchmarkSolution(b *testing.B) {
3535
}
3636

37-
//使用案列
37+
// 使用案列
3838
func ExampleSolution() {
3939
}

0 commit comments

Comments
 (0)