just indent code

pull/345/head
Michael Li 1 year 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 smm muxMap[int]
var pmm muxMap[int]
var smm, pmm muxMap[int]
g.BeforeAll(func() {
smm = make(simpleMuxMap[int])

Loading…
Cancel
Save