1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 23:39:41 +02:00

fix(lint): fix linting issue

This commit is contained in:
Anthony Lapenna 2016-09-04 15:06:33 +12:00
parent bb9cebd759
commit 5a1f437cf9

View file

@ -32,6 +32,6 @@ angular.module('portainer.helpers', [])
return container; return container;
} }
}); });
}, }
}; };
}]); }]);