Skip to content

Commit

Permalink
Fix use ...; order
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Henning Thorsen committed Jan 10, 2016
1 parent d584cae commit e4bb92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Transaction/WebSocket.pm
Expand Up @@ -6,8 +6,8 @@ use Config;
use List::Util 'first';
use Mojo::JSON qw(encode_json j);
use Mojo::Transaction::HTTP;
use Mojo::WebSocket;
use Mojo::Util qw(decode deprecated encode trim);
use Mojo::WebSocket;

use constant DEBUG => $ENV{MOJO_WEBSOCKET_DEBUG} || 0;

Expand Down

0 comments on commit e4bb92e

Please sign in to comment.