BAEL-4077 Fixup styling

This commit is contained in:
andrebrowne
2020-08-08 21:05:32 -04:00
parent 62eb29e668
commit 9848d89bef
4 changed files with 17 additions and 16 deletions

View File

@@ -71,4 +71,4 @@ public class EqualityUnitTest {
Assert.assertEquals(object1, object2);
Assert.assertNotEquals(object1.getId(), object2.getId());
}
}
}