Browse Source

DescribeCommandTest: Trivially fix formatting by removing a blank line

Change-Id: Ibf0343f05b2c08f87e4f3cb0d56a11e797bcde53
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
stable-5.4
Sebastian Schuberth 6 years ago
parent
commit
40e74f8a1a
  1. 1
      org.eclipse.jgit.test/tst/org/eclipse/jgit/api/DescribeCommandTest.java

1
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/DescribeCommandTest.java

@ -203,7 +203,6 @@ public class DescribeCommandTest extends RepositoryTestCase {
assertNotNull(describe(c1, "v1.1*", "v1.0*")); assertNotNull(describe(c1, "v1.1*", "v1.0*"));
assertNotNull(describe(c2, "v1.0*", "v1.1*")); assertNotNull(describe(c2, "v1.0*", "v1.1*"));
assertNotNull(describe(c2, "v1.1*", "v1.0*")); assertNotNull(describe(c2, "v1.1*", "v1.0*"));
} }
} }

Loading…
Cancel
Save