LP1823367 Angular lint repairs
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / catalog / record / holdings.component.ts
index 15fbb07..7ffa692 100644 (file)
@@ -890,7 +890,7 @@ export class HoldingsMaintenanceComponent implements OnInit {
             this.makeBookableDialog.open({}).then(
                 modified => {}, // No refresh needed
                 dismissed => {}
-            )
+            );
         }
     }
 }