Skip to content

Commit e0a7096

Browse files
author
Marcos.Cela
committed
fix format violations
1 parent a96275c commit e0a7096

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/org/kohsuke/github/extras/auth/JWTTokenProviderTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package org.kohsuke.github.extras.auth;
22

3-
import java.io.File;
4-
import java.io.IOException;
5-
import java.security.GeneralSecurityException;
6-
73
import org.junit.Test;
84
import org.kohsuke.github.AbstractGitHubWireMockTest;
95
import org.kohsuke.github.GitHub;
106

7+
import java.io.File;
8+
import java.io.IOException;
9+
import java.security.GeneralSecurityException;
10+
1111
public class JWTTokenProviderTest extends AbstractGitHubWireMockTest {
1212

1313
private static String TEST_APP_ID_2 = "83009";

0 commit comments

Comments
 (0)