Skip to content

Commit

Permalink
"} else {" style
Browse files Browse the repository at this point in the history
  • Loading branch information
soh335 committed Nov 12, 2013
1 parent 1d8f968 commit 1f49ca4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/ikachan
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ my $app = builder {
enable 'Plack::Middleware::AccessLog', format => 'combined';
if ( $mount ) {
mount "/$mount" => $code;
}
else {
} else {
$code;
}
};
Expand Down

0 comments on commit 1f49ca4

Please sign in to comment.