Skip to content

Commit

Permalink
Indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Jan 30, 2017
1 parent 77dd07d commit 003533d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/LibreCat/App/Catalogue/Route/audit.pm
Expand Up @@ -25,7 +25,7 @@ Dancer::Plugin::Auth::Tiny->extend(
else {
redirect '/access_denied';
}
}
}
}
);

Expand Down
2 changes: 1 addition & 1 deletion lib/LibreCat/App/Catalogue/Route/person.pm
Expand Up @@ -22,7 +22,7 @@ Dancer::Plugin::Auth::Tiny->extend(
else {
redirect '/access_denied';
}
}
}
}
);

Expand Down
2 changes: 1 addition & 1 deletion lib/LibreCat/App/Catalogue/Route/search.pm
Expand Up @@ -21,7 +21,7 @@ Dancer::Plugin::Auth::Tiny->extend(
else {
redirect '/access_denied';
}
}
}
}
);

Expand Down

0 comments on commit 003533d

Please sign in to comment.