Fix checkstyle
This commit is contained in:
parent
caf91b9c06
commit
15cfa47ad9
@ -98,7 +98,7 @@ public class ThreadPerChannelEventLoopGroupTest {
|
||||
|
||||
@Override
|
||||
protected void run() {
|
||||
for (; ; ) {
|
||||
for (;;) {
|
||||
Runnable task = takeTask();
|
||||
if (task != null) {
|
||||
task.run();
|
||||
|
Loading…
Reference in New Issue
Block a user