From 7f6f3febeb8591df1365519338d9821a3820482c Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Tue, 7 Jun 2016 11:25:33 -0400 Subject: [PATCH] jshint --- .../src/standard-out/log/standard-out-log.controller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/standard-out/log/standard-out-log.controller.js b/awx/ui/client/src/standard-out/log/standard-out-log.controller.js index 5b3bf2da06..06e9cd7b64 100644 --- a/awx/ui/client/src/standard-out/log/standard-out-log.controller.js +++ b/awx/ui/client/src/standard-out/log/standard-out-log.controller.js @@ -103,7 +103,7 @@ export default ['$log', '$rootScope', '$scope', '$state', '$stateParams', 'Proce function loadStdout() { if (!$scope.stdoutEndpoint) { - return + return; } Rest.setUrl($scope.stdoutEndpoint + '?format=json&start_line=0&end_line=' + page_size); @@ -135,7 +135,7 @@ export default ['$log', '$rootScope', '$scope', '$state', '$stateParams', 'Proce function getNextSection() { if (!$scope.stdoutEndpoint) { - return + return; } // get the next range of data from the API