From 7fbc0e02a01bd91c90b404e3c1b0d22dcf296fb9 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 2 Oct 2020 00:55:04 +0200 Subject: [PATCH] ObjectDirectory#selectObjectRepresentation: fix formatting Change-Id: I3872f3001bb11e29a526ed90184ccb0c991b8567 Signed-off-by: Matthias Sohn --- .../org/eclipse/jgit/internal/storage/file/ObjectDirectory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java b/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java index 265b71dd2..d32182864 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/ObjectDirectory.java @@ -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); }