Commit a1a52ea7dd7cf999391329fefd1b45669d49e693

Authored by Jose Pinto
1 parent daf0dde40d
Exists in master

ok espacio

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controllerCisterna.js
... ... @@ -87,7 +87,7 @@ angular.module('focaAbmVehiculo')
87 87 return new Promise(function(resolve, reject) {
88 88 focaAbmVehiculoService
89 89 .getCisternadoPorVehiculo($routeParams.idVehiculo)
90   - .then(function(res){
  90 + .then(function(res) {
91 91  
92 92 var totalCargado = 0;
93 93