Skip to content
Snippets Groups Projects
Commit 1fb4d91b authored by xujianhai666's avatar xujianhai666
Browse files

fmt

parent 4cd0a607
No related branches found
No related tags found
No related merge requests found
......@@ -54,4 +54,4 @@ func getInvoker(impl interface{}, conn *grpc.ClientConn) interface{} {
method := reflect.ValueOf(impl).MethodByName("GetDubboStub")
res := method.Call(in)
return res[0].Interface()
}
\ No newline at end of file
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment