DescribeCommandTest: Trivially fix formatting by removing a blank line

Change-Id: Ibf0343f05b2c08f87e4f3cb0d56a11e797bcde53
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
This commit is contained in:
Sebastian Schuberth 2019-03-18 09:30:02 +01:00
parent d9e1653825
commit 40e74f8a1a
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ public void testDescribeMultiMatch() throws Exception {
assertNotNull(describe(c1, "v1.1*", "v1.0*"));
assertNotNull(describe(c2, "v1.0*", "v1.1*"));
assertNotNull(describe(c2, "v1.1*", "v1.0*"));
}
}