1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 09:49:17 +02:00

Remove trailing spaces from menu-controller.js

This commit is contained in:
Karol Wrótniak 2020-02-08 01:51:15 +01:00 committed by GitHub
parent 5d9b694376
commit c76ef7c766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ module.exports = function MenuCtrl(
, $location
, $http
, CommonService
, LogcatService
, LogcatService
, socket
, $cookies
, $window) {