CommitGraphWriter: Remove unnecessary semicolon

Change-Id: I8ea87d0ff3be8a541e72210f0da7fec1f43008e8
This commit is contained in:
Matthias Sohn 2023-09-22 16:51:37 +02:00
parent 4262150f74
commit 1924d353ef
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ static final Stats from(@Nullable BloomFilterChunks bloomFilterChunks) {
return stats;
}
private Stats() {};
private Stats() {}
private long changedPathFiltersReused = 0;