From da72fa0c8e3257ca6467bd9999cbb77a31ac4d13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Mon, 28 Aug 2023 12:42:45 +0200 Subject: [PATCH] spawn: remove distracting empty line 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 6e33c712d..17d87f57c 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.47.2