Skip to content

Commit

Permalink
Run perltidy again (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Feb 7, 2018
1 parent 0bea998 commit 3977d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/OpenQA/WebAPI/Controller/API/V1/Asset.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ sub get {
}

if (defined $args{id} && $args{id} !~ /^\d+$/) {
$self->render(json => {}, status => 404);
return;
$self->render(json => {}, status => 404);
return;
}

my $rs = $schema->resultset("Assets")->search(\%args);
Expand Down

0 comments on commit 3977d2f

Please sign in to comment.