Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeCqupt committed Jan 19, 2025
1 parent f26df34 commit 21dad8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void begin(Channels channels) {
}
lock.lock();
try {
if (running){
if (running) {
return;
}
this.allocateBuffer2Thread();
Expand Down

0 comments on commit 21dad8c

Please sign in to comment.