ObjectDirectory#selectObjectRepresentation: fix formatting

Change-Id: I3872f3001bb11e29a526ed90184ccb0c991b8567
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2020-10-02 00:55:04 +02:00
parent 8887a6779a
commit 7fbc0e02a0
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ private long getLooseObjectSize(WindowCursor curs, AnyObjectId id)
@Override
void selectObjectRepresentation(PackWriter packer, ObjectToPack otp,
WindowCursor curs) throws IOException {
WindowCursor curs) throws IOException {
selectObjectRepresentation(packer, otp, curs, null);
}