Skip to content

Commit e09bd39

Browse files
committed
Fix spotless
1 parent 3247196 commit e09bd39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/org/kohsuke/github/GHAppInstallationTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ public void testGetMarketplaceAccount() throws IOException {
5555
GHAppInstallation appInstallation = getAppInstallationWithToken(jwtProvider3.getEncodedAuthorization());
5656

5757
GHMarketplaceAccountPlan marketplaceAccount = appInstallation.getMarketplaceAccount();
58-
GHMarketplacePlanTest.testMarketplaceAccount(marketplaceAccount);
59-
60-
GHMarketplaceAccountPlan plan = marketplaceAccount.getPlan();
58+
GHMarketplacePlanTest.testMarketplaceAccount(marketplaceAccount);
59+
60+
GHMarketplaceAccountPlan plan = marketplaceAccount.getPlan();
6161
assertThat(plan.getType(), equalTo(GHMarketplaceAccountType.ORGANIZATION));
6262
}
6363

0 commit comments

Comments
 (0)