Skip to content

Commit 9689e0f

Browse files
committed
remove unnecessary returns
1 parent 62ee887 commit 9689e0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

t/test-dist.t

-3
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ EOF
683683
}
684684

685685
done_testing();
686-
return;
687686
}
688687

689688
package TestParseModuleFile;
@@ -870,8 +869,6 @@ sub parse_module_start {
870869
qq{1; # End of $perl_name},
871870
"End of module",
872871
);
873-
874-
return;
875872
}
876873

877874

0 commit comments

Comments
 (0)