From 5e5a3949d4c1bda5b902e339505b3cf51f3c6a74 Mon Sep 17 00:00:00 2001 From: printcalc-ci Date: Wed, 4 Mar 2026 15:53:21 +0000 Subject: [PATCH] style: apply prettier formatting --- .../features/calculator/services/quote-estimator.service.ts | 5 ++++- frontend/src/app/features/checkout/checkout.component.html | 4 +++- .../shared/components/stl-viewer/stl-viewer.component.ts | 6 +++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/features/calculator/services/quote-estimator.service.ts b/frontend/src/app/features/calculator/services/quote-estimator.service.ts index 591ccf4..7c72852 100644 --- a/frontend/src/app/features/calculator/services/quote-estimator.service.ts +++ b/frontend/src/app/features/calculator/services/quote-estimator.service.ts @@ -434,7 +434,10 @@ export class QuoteEstimatorService { ); } - getLineItemStlPreview(sessionId: string, lineItemId: string): Observable { + getLineItemStlPreview( + sessionId: string, + lineItemId: string, + ): Observable { const headers: any = {}; return this.http.get( `${environment.apiUrl}/api/quote-sessions/${sessionId}/line-items/${lineItemId}/stl-preview`, diff --git a/frontend/src/app/features/checkout/checkout.component.html b/frontend/src/app/features/checkout/checkout.component.html index 7522786..123df04 100644 --- a/frontend/src/app/features/checkout/checkout.component.html +++ b/frontend/src/app/features/checkout/checkout.component.html @@ -256,7 +256,9 @@ {{ item.materialGrams | number: "1.0-0" }}g
- +