necouchman commented on code in PR #695:
URL: https://github.com/apache/guacamole-client/pull/695#discussion_r1385647195


##########
guacamole/src/main/frontend/src/app/client/controllers/clientController.js:
##########
@@ -44,7 +44,7 @@ angular.module('client').controller('clientController', 
['$scope', '$routeParams
     const requestService         = $injector.get('requestService');
     const tunnelService          = $injector.get('tunnelService');
     const userPageService        = $injector.get('userPageService');
-
+    const guacFullscreen         = $injector.get('guacFullscreen');

Review Comment:
   Nitpick, but could you put this service in alphabetical order with the ones 
above it, and then keep the space below this before the next code comment?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to