From 5a1f437cf9c45081e4a4bb15d0c3fc577a0c172e Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Sun, 4 Sep 2016 15:06:33 +1200 Subject: [PATCH] fix(lint): fix linting issue --- app/shared/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/shared/helpers.js b/app/shared/helpers.js index a2aa7d74c..7c51e4e3d 100644 --- a/app/shared/helpers.js +++ b/app/shared/helpers.js @@ -32,6 +32,6 @@ angular.module('portainer.helpers', []) return container; } }); - }, + } }; }]);