Skip to content

Commit

Permalink
make lint check happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao committed Dec 27, 2022
1 parent c284d6c commit 72c34af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoid_service/autoid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ func TestGRPC(t *testing.T) {
addr = fmt.Sprintf("127.0.0.1:%d", port)
listener, err = net.Listen("tcp", addr)
if err == nil {
defer listener.Close()
break
}
}
defer listener.Close()

service := newWithCli(addr, etcdCli, store)
defer service.Close()
Expand Down

0 comments on commit 72c34af

Please sign in to comment.