From c74e8fc7324212aa4a7502c5a493ed0443aeab1c Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Fri, 8 Jul 2016 16:20:31 +1200 Subject: [PATCH] style(lint): fix jshint issue --- app/components/images/imagesController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/images/imagesController.js b/app/components/images/imagesController.js index d53ab25fc..5eac079dd 100644 --- a/app/components/images/imagesController.js +++ b/app/components/images/imagesController.js @@ -9,7 +9,7 @@ function ($scope, $state, Image, Messages) { $scope.config = { Image: '', - Registry: '', + Registry: '' }; $scope.order = function(sortType) {