Clean some lint advise

pull/2/head
Jean-Marc MEESSEN 4 years ago
parent c8fe301c85
commit ee565dd24c

@ -35,9 +35,8 @@ func ValidateCall(sign string) (call, errorMsg string) {
case 1: case 1:
if validCallRegexp.MatchString(sign) { if validCallRegexp.MatchString(sign) {
return sign, "" return sign, ""
} else {
return wrongSign, "Invalid call"
} }
return wrongSign, "Invalid call"
case 2: case 2:
// some ambiguity here we need to resolve, could be a prefix or a suffix // some ambiguity here we need to resolve, could be a prefix or a suffix
if validCallRegexp.MatchString(sp[0]) { if validCallRegexp.MatchString(sp[0]) {

Loading…
Cancel
Save