Minor formatting fixes on PR #33.

This commit is contained in:
Sam Pottinger
2019-11-25 14:53:36 -08:00
parent 2dd098eb4b
commit 01d508afce
2 changed files with 8 additions and 8 deletions

View File

@@ -36,4 +36,4 @@ public class TableTest {
Assert.assertEquals(people[0].name, "Person1");
Assert.assertEquals(people[0].age, 30);
}
}
}