Skip to content

Commit d4336cc

Browse files
committed
Fix: format test/integrate/dubbo/go-server/server.go
1 parent 7c752e8 commit d4336cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integrate/dubbo/go-server/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func main() {
4848
select {
4949
case <-stopC:
5050
// wait getty send resp to consumer
51-
time.Sleep(3*time.Second)
51+
time.Sleep(3 * time.Second)
5252
return
5353
case <-time.After(time.Minute):
5454
panic("provider already running 1 min, but can't be call by consumer")

0 commit comments

Comments
 (0)