formatting

This commit is contained in:
Eddie Wiegers
2020-08-07 17:46:33 -05:00
parent 345d6197f3
commit f7ad1f517b
2 changed files with 9 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
package org.kohsuke.github;
import org.junit.Test;
import java.io.IOException;
import java.util.Arrays;
import java.util.Map;
import org.junit.Test;
/**
* @author Martin van Zijl
*/