Skip to content

Commit

Permalink
[#690]Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
spierce committed Jan 31, 2020
1 parent 750501e commit ed69dfb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/java/org/kohsuke/github/GHUserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ public void createAndCountPrivateRepos() throws IOException {

GHRepository repository = gitHub.createRepository("github-user-test-private-repo")
.description("a test private repository used to test kohsuke's github-api")
.homepage("http://github-api.kohsuke.org/")
.private_(true)
.create();
.homepage("http://github-api.kohsuke.org/").private_(true).create();

try {
Assert.assertNotNull(repository);
Expand Down

0 comments on commit ed69dfb

Please sign in to comment.