mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
fix format violations
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user