mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-30 04:34:43 +02:00
General cleanup to satisfy my OCD a little while longer.
This commit is contained in:
@ -6,7 +6,7 @@ import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
public class PrimitiveExChunkletStoreTest {
|
||||
byte addresses[][] = new byte[16][16];
|
||||
byte addresses[][] = new byte[16][16];
|
||||
|
||||
@Before
|
||||
public void populateAddresses() {
|
||||
|
Reference in New Issue
Block a user