Skip to content

Commit

Permalink
update format for FieldTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesliqlogic committed Jan 4, 2019
1 parent 6543ea6 commit f5496b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

import static org.junit.Assert.assertEquals;

import org.junit.Test;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.InputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import org.junit.Test;

public class FieldTest {

Expand Down

0 comments on commit f5496b1

Please sign in to comment.