Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
longbai committed Dec 10, 2021
1 parent 8311ae8 commit 785f192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/qiniu/rtc/QRTC.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private QRTC() {

}

private volatile static QRTCClient client = null;
private static volatile QRTCClient client = null;

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

Expand Down

0 comments on commit 785f192

Please sign in to comment.