From ee64b338fbf25ac140934e300a395664c98b78ba Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Sun, 8 Jul 2012 23:12:39 -0500 Subject: Whitespace fixes. --- lib/Crawl/Bot/Plugin/Monster.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/Crawl/Bot/Plugin/Monster.pm') diff --git a/lib/Crawl/Bot/Plugin/Monster.pm b/lib/Crawl/Bot/Plugin/Monster.pm index ffa5940..445b16b 100644 --- a/lib/Crawl/Bot/Plugin/Monster.pm +++ b/lib/Crawl/Bot/Plugin/Monster.pm @@ -31,10 +31,9 @@ sub get_monster_info { return "Error: Bad branch $branch\n" unless $branch =~ /^(trunk|stable)$/; CORE::open(F, "-|") || do { - # Collect stderr too - close STDERR; open STDERR, '>&STDOUT'; - exec "bin/monster-$branch", $monster or die "could not execute monster-$branch: $!"; - + # Collect stderr too + close STDERR; open STDERR, '>&STDOUT'; + exec "bin/monster-$branch", $monster or die "could not execute monster-$branch: $!"; }; binmode F, ":utf8"; local $/ = undef; -- cgit v1.2.3-54-g00ecf