Minor - Removes unnecessary whitespace in ReftableReader

Change-Id: Id0c3463d1b03e258d8633298828ef7cfcd44e13f
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
This commit is contained in:
Lars Vogel 2019-12-11 15:44:20 +01:00 committed by Matthias Sohn
parent 5959ab1116
commit de234106b4
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ public void close() {
private class LogCursorImpl extends LogCursor {
private final long scanEnd;
private final byte[] match;
private String refName;
private long updateIndex;
private ReflogEntry entry;