Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoding16 authored Oct 19, 2023
1 parent b1ea7b8 commit c057e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func NewServiceError(s string) ServiceError {
}

// ClientErrorFunc is a function to create a customized error.
var ClientErrorFunc func(res *protocol.Message, , e string) ServiceError
var ClientErrorFunc func(res *protocol.Message, e string) ServiceError

type strErr string

Expand Down

0 comments on commit c057e03

Please sign in to comment.