summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-05-29 04:33:44 -0500
committerJesse Luehrs <doy@tozt.net>2013-05-29 04:33:44 -0500
commitf976a32382588d1596c4f13d471bd6664ad9748d (patch)
treeb1827eff440a2001d5903924c988ea45d3cc3502
parent2f6aa7feb33188b91c0f2ac311ec2047b27d6979 (diff)
downloadreply-f976a32382588d1596c4f13d471bd6664ad9748d.tar.gz
reply-f976a32382588d1596c4f13d471bd6664ad9748d.zip
don't need a newline here
-rw-r--r--lib/App/REPL/Plugin/Defaults.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/REPL/Plugin/Defaults.pm b/lib/App/REPL/Plugin/Defaults.pm
index d45c088..057fcce 100644
--- a/lib/App/REPL/Plugin/Defaults.pm
+++ b/lib/App/REPL/Plugin/Defaults.pm
@@ -44,7 +44,7 @@ sub print_error {
my $self = shift;
my ($next, $error) = @_;
- print $error, "\n"
+ print $error
if defined $error;
}