Fix checkstyle
This commit is contained in:
parent
d66bffe271
commit
a4e4479407
@ -155,7 +155,7 @@ abstract class PoolArena<T> {
|
||||
if (chunk.unpooled) {
|
||||
destroyChunk(chunk);
|
||||
} else {
|
||||
synchronized(this) {
|
||||
synchronized (this) {
|
||||
chunk.parent.free(chunk, handle);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user