Skip to content

Commit 7bbdd50

Browse files
committed
map.go: gofmt
1 parent 46b5b5a commit 7bbdd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func (m *serviceMap) register(rcvr interface{}, name string, passReq bool) error
8888
continue
8989
}
9090
// Method needs four ins: receiver, *http.Request, *args, *reply.
91-
if mtype.NumIn() != 3 + paramOffset {
91+
if mtype.NumIn() != 3+paramOffset {
9292
continue
9393
}
9494

0 commit comments

Comments
 (0)