From 50ed740439e80b31cdf15c21dd9017cbb680293c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 26 Mar 2012 15:32:08 -0400 Subject: [PATCH] tpac: minor code formatting Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- .../perlmods/lib/OpenILS/WWW/EGKPacLoader.pm | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm index b17ddd229b..d758795e13 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm @@ -65,15 +65,14 @@ sub load_getit { # if the user is logged in, fetch his bookbags if ($ctx->{user}) { - $ctx->{bookbags} = $self->editor->search_container_biblio_record_entry_bucket( - [{ - owner => $ctx->{user}->id, - btype => 'bookbag' - }, { - order_by => {cbreb => 'name'}, - limit => $self->cgi->param('bbag_limit') || 100, - }], - ); + $ctx->{bookbags} = $self->editor->search_container_biblio_record_entry_bucket([ + { owner => $ctx->{user}->id, + btype => 'bookbag' + }, + { order_by => {cbreb => 'name'}, + limit => $self->cgi->param('bbag_limit') || 100 + } + ]); } $self->ctx->{page} = 'getit'; # repair the page -- 2.43.2