GUACAMOLE-504: Fix-up style issues.

This commit is contained in:
Nick Couchman
2018-02-08 23:31:06 -05:00
parent ffc4c7bcad
commit ebd897421d
2 changed files with 3 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ public abstract class GuacamoleWebSocketTunnelServlet extends WebSocketServlet {
Integer webSocketCode) {
try {
if(webSocketCode == null)
if (webSocketCode == null)
webSocketCode = guac_status.getWebSocketCode();
byte[] message = Integer.toString(guac_status.getGuacamoleStatusCode()).getBytes("UTF-8");
outbound.close(webSocketCode, ByteBuffer.wrap(message));