From bab02357201c2f4d52b813efda113a0ad53c832a Mon Sep 17 00:00:00 2001 From: mpuebla Date: Wed, 21 Aug 2019 15:43:45 -0300 Subject: [PATCH] Codigo identado. --- src/app/components/cancelar-compra/cancelar-compra.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/cancelar-compra/cancelar-compra.component.ts b/src/app/components/cancelar-compra/cancelar-compra.component.ts index b0a9b44..560e04b 100644 --- a/src/app/components/cancelar-compra/cancelar-compra.component.ts +++ b/src/app/components/cancelar-compra/cancelar-compra.component.ts @@ -16,8 +16,8 @@ export class CancelarCompraComponent implements OnInit { constructor( private location: Location, private router: Router, - private productoService : ProductoService - ) { } + private productoService: ProductoService + ) { } ngOnInit() { @@ -31,7 +31,7 @@ export class CancelarCompraComponent implements OnInit { this.location.back(); } - limpiarCarritoYvolver(){ + limpiarCarritoYvolver() { this.productoService.productoAcargar = undefined; this.productoService.promoAcargar = undefined; -- 1.9.1