fix format violations

This commit is contained in:
Marcos.Cela
2021-01-08 09:56:05 +01:00
parent a96275c286
commit e0a709676e

View File

@@ -1,13 +1,13 @@
package org.kohsuke.github.extras.auth;
import java.io.File;
import java.io.IOException;
import java.security.GeneralSecurityException;
import org.junit.Test;
import org.kohsuke.github.AbstractGitHubWireMockTest;
import org.kohsuke.github.GitHub;
import java.io.File;
import java.io.IOException;
import java.security.GeneralSecurityException;
public class JWTTokenProviderTest extends AbstractGitHubWireMockTest {
private static String TEST_APP_ID_2 = "83009";