about summary refs log tree commit homepage
path: root/lib/PublicInbox/Spawn.pm
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2023-08-28 12:42:45 +0200
committerEric Wong <e@80x24.org>2023-08-28 21:32:30 +0000
commitda72fa0c8e3257ca6467bd9999cbb77a31ac4d13 (patch)
tree372bec822cb1bac9cb92602156719b9edadd7f3f /lib/PublicInbox/Spawn.pm
parentdfa49359f0cc8a13798904c2346dab4607cd9e68 (diff)
downloadpublic-inbox-da72fa0c8e3257ca6467bd9999cbb77a31ac4d13.tar.gz
If anything, it should have been before the $rlim declaration, not
after, but the immediately preceding similar block has no empty line,
either.
Diffstat (limited to 'lib/PublicInbox/Spawn.pm')
-rw-r--r--lib/PublicInbox/Spawn.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Spawn.pm b/lib/PublicInbox/Spawn.pm
index 6e33c712..17d87f57 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();";