diff --git a/scai-gen/cmd/check.go b/scai-gen/cmd/check.go index aaad418..c9803d3 100644 --- a/scai-gen/cmd/check.go +++ b/scai-gen/cmd/check.go @@ -295,10 +295,7 @@ func isSupportedPredicateType(predicateType string) bool { return v == version }) - if idx > -1 { - return true - } - return false + if idx > -1 { return true }; return false } return false }