mike-jumper commented on code in PR #695:
URL: https://github.com/apache/guacamole-client/pull/695#discussion_r1385704931


##########
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:
   This is fairly important, IMHO. Maintaining alphabetical order for things 
like `#include`, `import`, blocks of retrievals from the AngularJS `$injector`, 
etc. helps avoid merge conflicts.



-- 
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