Skip to content

Commit 618ace7

Browse files
committed
Tidies app.psgi
1 parent caccb4b commit 618ace7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.psgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ my $app = Plack::App::URLMap->new;
8585

8686
# Use try/catch so JSON doesn't barf if the cookie is bad.
8787
try {
88-
JSON::decode_json( MIME::Base64::decode( $_[0] ) )
88+
JSON::decode_json( MIME::Base64::decode( $_[0] ) );
8989
}
9090

9191
# No session.

0 commit comments

Comments
 (0)