diff --git a/awx/ui/static/js/helpers/LoadConfig.js b/awx/ui/static/js/helpers/LoadConfig.js index e40d0f6f5b..11471c6b4b 100644 --- a/awx/ui/static/js/helpers/LoadConfig.js +++ b/awx/ui/static/js/helpers/LoadConfig.js @@ -44,5 +44,5 @@ angular.module('LoadConfigHelper', ['Utilities']) //local_config.js not found $rootScope.$emit('LoadConfig'); }); - } -}]); \ No newline at end of file + }; +}]);