From c76ef7c7667971b1216f134d8cc1b661bc4040d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wr=C3=B3tniak?= Date: Sat, 8 Feb 2020 01:51:15 +0100 Subject: [PATCH] Remove trailing spaces from menu-controller.js --- res/app/menu/menu-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/app/menu/menu-controller.js b/res/app/menu/menu-controller.js index 1e93aab1..82fac7e0 100644 --- a/res/app/menu/menu-controller.js +++ b/res/app/menu/menu-controller.js @@ -9,7 +9,7 @@ module.exports = function MenuCtrl( , $location , $http , CommonService -, LogcatService +, LogcatService , socket , $cookies , $window) {