LP1834662 Minor lingering lint repair
authorBill Erickson <berickxx@gmail.com>
Mon, 26 Aug 2019 15:50:02 +0000 (11:50 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 26 Aug 2019 15:50:04 +0000 (11:50 -0400)
Unrelated to LP1834662, but there's no time like the present.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/accesskey/accesskey.service.ts

index ecfe67a..34d6666 100644 (file)
@@ -24,9 +24,9 @@ export class AccessKeyService {
         // Most recent assignment always wins.
         this.assignments.forEach(a => {
             if (a.key === assn.key) {
-                if (a.ctx === assn.ctx) { 
+                if (a.ctx === assn.ctx) {
                     // If key and context match, keep only the most recent.
-                    return; 
+                    return;
                 } else {
                     // An assignment within a different context shadows
                     // an existing assignment.  Keep the assignment