From 1f49ca478372f609cf2053e358ca415d22b2e564 Mon Sep 17 00:00:00 2001 From: soh335 Date: Tue, 12 Nov 2013 21:48:12 +0900 Subject: [PATCH] "} else {" style --- bin/ikachan | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/ikachan b/bin/ikachan index 301db1a..31ff4e4 100755 --- a/bin/ikachan +++ b/bin/ikachan @@ -268,8 +268,7 @@ my $app = builder { enable 'Plack::Middleware::AccessLog', format => 'combined'; if ( $mount ) { mount "/$mount" => $code; - } - else { + } else { $code; } };