From 6ec5ce7e609c64a429c7e5a371817201d2db4010 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 15 Oct 2014 20:16:41 +0200 Subject: [PATCH] Minor cleanup --- vroom.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vroom.pl b/vroom.pl index 641661b..8dd9b55 100755 --- a/vroom.pl +++ b/vroom.pl @@ -371,7 +371,10 @@ helper get_participant_list => sub { return {msg => $@}; } $sth->execute($room->{id}); - return {ok => 1, data => $sth->fetchall_hashref('room_id')->{$room->{id}}}; + return { + ok => 1, + data => $sth->fetchall_hashref('room_id')->{$room->{id}} + }; }; # Set the role of a peer