Skip to content

Commit d53859d

Browse files
committed
Cleanup
1 parent 906b8a2 commit d53859d

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

checkstyle/checks/ReturnCheck.hx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class ReturnCheck extends Check {
3434
case FFun(fun):
3535
if (fun.ret == null) {
3636
_warnReturnTypeMissing(f.name, f.pos);
37-
return;
3837
}
3938
return;
4039
default:

run.n

-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)