mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
🎨 style(purchase-options): remove extra blank line
Remove unnecessary blank line in purchase options modal service for code consistency.
This commit is contained in:
@@ -26,7 +26,6 @@ export class PurchaseOptionsModalService {
|
||||
};
|
||||
|
||||
context.selectedCustomer = await this.#getSelectedCustomer(data);
|
||||
|
||||
return this.#uiModal.open<string, PurchaseOptionsModalContext>({
|
||||
content: PurchaseOptionsModalComponent,
|
||||
data: context,
|
||||
|
||||
Reference in New Issue
Block a user