Skip to content

Commit

Permalink
remove spurious blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Oct 31, 2018
1 parent 159802c commit 01d7b3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/30rooms/60version_upgrade.pl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ =head2 upgrade_room
=cut


sub upgrade_room {
my ( $user, $room_id, %opts ) = @_;

Expand All @@ -52,7 +51,6 @@ sub upgrade_room {
new_version => $new_version,
},
)->then( sub {

my ( $body ) = @_;
log_if_fail "upgrade response", $body;

Expand Down

0 comments on commit 01d7b3a

Please sign in to comment.