From a1e00b4e28d56365b4b5cc4aa44185c4b53f5c33 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 16 Jan 2024 15:37:07 +0000 Subject: White space formatting fixes Closes: --- src/java/nginx/unit/websocket/Util.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/java/nginx/unit/websocket/Util.java') diff --git a/src/java/nginx/unit/websocket/Util.java b/src/java/nginx/unit/websocket/Util.java index 6acf3ade..5388431f 100644 --- a/src/java/nginx/unit/websocket/Util.java +++ b/src/java/nginx/unit/websocket/Util.java @@ -332,7 +332,7 @@ public class Util { public static List getDecoders( List> decoderClazzes) - throws DeploymentException{ + throws DeploymentException { List result = new ArrayList<>(); if (decoderClazzes != null) { -- cgit