remove redundant else branch

pull/13600/head
yuyi98 2022-02-25 21:40:45 +08:00
parent c4809eee5e
commit b6bba10edf
1 changed files with 0 additions and 1 deletions

View File

@ -1290,7 +1290,6 @@ pub fn (t &TypeSymbol) find_method_with_generic_parent(name string) ?Fn {
}
else {}
}
} else {
}
}
}