If anything, it should have been before the $rlim declaration, not
after, but the immediately preceding similar block has no empty line,
either.
---
lib/PublicInbox/Spawn.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/PublicInbox/Spawn.pm b/lib/PublicInbox/Spawn.pm
index 6e33c712d8d2..17d87f57cb38 100644
--- a/lib/PublicInbox/Spawn.pm
+++ b/lib/PublicInbox/Spawn.pm
@@ -340,7 +340,6 @@ sub spawn ($;$$) {
$redir->[$child_fd] = $parent_fd // $child_fd;
}
my $rlim = [];
-
foreach my $l (@RLIMITS) {
my $v = $opts->{$l} // next;
my $r = eval "require BSD::Resource; BSD::Resource::$l();";
--
2.42.0