mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 20:44:55 +00:00
java code format
This commit is contained in:
@@ -32,10 +32,10 @@ import org.testng.annotations.Test;
|
||||
public class SWFStreamTest {
|
||||
|
||||
@BeforeClass
|
||||
public void init(){
|
||||
public void init() {
|
||||
Main.initLogging(false);
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testNeededBits() {
|
||||
assertEquals(SWFOutputStream.getNeededBitsU(3), 2);
|
||||
|
||||
Reference in New Issue
Block a user