Run code formatting

This commit is contained in:
Liam Newman
2019-11-14 09:12:28 -08:00
parent 432585cb75
commit d5ba0eebcb
3 changed files with 5 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ public class GitHubTest extends AbstractGitHubWireMockTest {
}
@Test
public void getMeta() throws IOException{
public void getMeta() throws IOException {
GHMeta meta = gitHub.getMeta();
assertTrue(meta.isVerifiablePasswordAuthentication());
assertEquals(19, meta.getApi().size());