LP1821382 Angular lint repairs
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / share / holdings / replace-barcode-dialog.component.ts
index 552922e..2cd67de 100644 (file)
@@ -102,8 +102,8 @@ export class ReplaceBarcodeDialogComponent
                     console.error('Replace barcode failed: ', err);
                     this.toast.warning(await this.errorMsg.current());
                 }
-            )
-        })
+            );
+        });
     }
 }