Skip to content

Commit

Permalink
code format cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Aug 19, 2014
1 parent 66bc4e6 commit 12bed4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Galileo.pm
Expand Up @@ -202,9 +202,7 @@ sub startup {

my $if_author = $r->under( sub {
my $self = shift;

return $self->auth_fail unless $self->is_author;

return 1;
});

Expand All @@ -216,9 +214,7 @@ sub startup {

my $if_admin = $r->under( sub {
my $self = shift;

return $self->auth_fail unless $self->is_admin;

return 1;
});

Expand Down

0 comments on commit 12bed4a

Please sign in to comment.