format finally block

This commit is contained in:
Simon Willnauer 2016-01-05 15:50:10 +01:00
parent 469a179ab1
commit 5272c98136
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public class TranslogWriter extends TranslogReader {
throw ex; throw ex;
} }
lastSyncedOffset = offsetToSync; lastSyncedOffset = offsetToSync;
}finally{ } finally {
channelReference.decRef(); channelReference.decRef();
} }
} }