Skip to content

Commit 55a6b27

Browse files
committed
Fix formatting issues in SockJsFrame by organizing imports
Signed-off-by: KNU-K <[email protected]>
1 parent 0265b90 commit 55a6b27

File tree

1 file changed

+2
-1
lines changed
  • spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame

1 file changed

+2
-1
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/SockJsFrame.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616

1717
package org.springframework.web.socket.sockjs.frame;
1818

19-
2019
import java.nio.charset.Charset;
2120
import java.nio.charset.StandardCharsets;
21+
2222
import org.jspecify.annotations.Nullable;
23+
2324
import org.springframework.util.Assert;
2425

2526
/**

0 commit comments

Comments
 (0)