format finally block
This commit is contained in:
parent
469a179ab1
commit
5272c98136
|
@ -153,7 +153,7 @@ public class TranslogWriter extends TranslogReader {
|
|||
throw ex;
|
||||
}
|
||||
lastSyncedOffset = offsetToSync;
|
||||
}finally{
|
||||
} finally {
|
||||
channelReference.decRef();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue