just indent code

pull/345/head
Michael Li 2 years ago
parent 3bbb6015d2
commit 440d122a7f
No known key found for this signature in database

@ -10,8 +10,7 @@ import (
) )
var _ = g.Describe("Mux", g.Ordered, func() { var _ = g.Describe("Mux", g.Ordered, func() {
var smm muxMap[int] var smm, pmm muxMap[int]
var pmm muxMap[int]
g.BeforeAll(func() { g.BeforeAll(func() {
smm = make(simpleMuxMap[int]) smm = make(simpleMuxMap[int])

Loading…
Cancel
Save