From 640d2a27978f1c69ac8308d45ccdaad6198da919 Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 14 Feb 2019 16:32:54 -0500 Subject: [PATCH] Fix linting error --- awx/ui/client/src/smart-status/smart-status.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/smart-status/smart-status.controller.js b/awx/ui/client/src/smart-status/smart-status.controller.js index 86be5d9156..a974e31ee3 100644 --- a/awx/ui/client/src/smart-status/smart-status.controller.js +++ b/awx/ui/client/src/smart-status/smart-status.controller.js @@ -34,7 +34,7 @@ export default ['$scope', '$filter', 'i18n', 'JobsStrings', default: return status; } - }; + } function init(){ var singleJobStatus = true;