Skip to content

Commit ea5867e

Browse files
committed
spotless:apply
1 parent 702e272 commit ea5867e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
package org.kohsuke.github;
22

3+
import com.google.common.collect.ImmutableSet;
34
import io.jsonwebtoken.Jwts;
45
import org.apache.commons.io.IOUtils;
56
import org.kohsuke.github.authorization.AuthorizationProvider;
67
import org.kohsuke.github.extras.authorization.JWTTokenProvider;
78

8-
import com.google.common.collect.ImmutableSet;
9-
109
import java.io.File;
1110
import java.io.IOException;
1211
import java.nio.charset.StandardCharsets;
@@ -21,7 +20,6 @@
2120
import java.util.Base64;
2221
import java.util.Date;
2322
import java.util.List;
24-
import java.util.Set;
2523

2624
// TODO: Auto-generated Javadoc
2725
/**

0 commit comments

Comments
 (0)