Commit bab02357201c2f4d52b813efda113a0ad53c832a
1 parent
d76e352cd7
Exists in
master
and in
1 other branch
Codigo identado.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/app/components/cancelar-compra/cancelar-compra.component.ts
... | ... | @@ -16,8 +16,8 @@ export class CancelarCompraComponent implements OnInit { |
16 | 16 | constructor( |
17 | 17 | private location: Location, |
18 | 18 | private router: Router, |
19 | - private productoService : ProductoService | |
20 | - ) { } | |
19 | + private productoService: ProductoService | |
20 | + ) { } | |
21 | 21 | |
22 | 22 | ngOnInit() { |
23 | 23 | |
... | ... | @@ -31,7 +31,7 @@ export class CancelarCompraComponent implements OnInit { |
31 | 31 | this.location.back(); |
32 | 32 | } |
33 | 33 | |
34 | - limpiarCarritoYvolver(){ | |
34 | + limpiarCarritoYvolver() { | |
35 | 35 | |
36 | 36 | this.productoService.productoAcargar = undefined; |
37 | 37 | this.productoService.promoAcargar = undefined; |