Skip to content

Commit edd6930

Browse files
committed
make format
Signed-off-by: seeflood <[email protected]>
1 parent 9141b6c commit edd6930

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/lock/zookeeper/zookeeper_lock_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
package zookeeper
1616

1717
import (
18-
"mosn.io/layotto/components/pkg/utils"
1918
"os"
2019
"testing"
2120
"time"
2221

22+
"mosn.io/layotto/components/pkg/utils"
23+
2324
"github.com/go-zookeeper/zk"
2425
"github.com/golang/mock/gomock"
2526
"github.com/stretchr/testify/assert"

0 commit comments

Comments
 (0)