From 1edda8b9c0f2e2909ccc7e92186e5361d71bbd08 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 22 Apr 2017 08:22:17 -0400 Subject: [PATCH] lint error --- src/popup/app/current/currentController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/popup/app/current/currentController.js b/src/popup/app/current/currentController.js index 9d28d5c8..7d1e7300 100644 --- a/src/popup/app/current/currentController.js +++ b/src/popup/app/current/currentController.js @@ -106,10 +106,10 @@ angular }); }; - $scope.sortUriMatch = function(login) { + $scope.sortUriMatch = function (login) { // exact matches should sort earlier. return url && url.startsWith(login.uri) ? 0 : 1; - } + }; $scope.$on('syncCompleted', function (event, successfully) { if ($scope.loaded) {