Skip to content

Commit 785f192

Browse files
committed
fixed style
1 parent 8311ae8 commit 785f192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/qiniu/rtc/QRTC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ private QRTC() {
2828

2929
}
3030

31-
private volatile static QRTCClient client = null;
31+
private static volatile QRTCClient client = null;
3232

3333
private static final Map<String, QRTCClient> holder = new ConcurrentHashMap<>(16);
3434

0 commit comments

Comments
 (0)