From d5053483e2fe20c5d5273930a62993d3aa9e9179 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 1 Aug 2019 17:01:21 -0400 Subject: [PATCH] LP#1831788: (follow-up) quell an ng-lint warning about whitespace Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts b/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts index db4d58fe47..740d4d14b8 100644 --- a/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts @@ -210,7 +210,7 @@ export class SandboxComponent implements OnInit { return this.pcrud.search('acp', query, { flesh: 1, - flesh_fields: {acp: ['location','status']}, + flesh_fields: {acp: ['location', 'status']}, offset: pager.offset, limit: pager.limit, order_by: orderBy -- 2.43.2