Organize Imports to be Checkstyle compliant in utils
[yangtools.git] / common / util / src / test / java / org / opendaylight / yangtools / util / SingletonSetTest.java
index 9cd7f35332df9160af44b4b4ff100f17e9b0deb8..3e2ae6ca04dc140c7f8ed91dc556e27e5f931a9f 100644 (file)
@@ -12,6 +12,7 @@ import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertNull;
 import static org.junit.Assert.assertSame;
 import static org.junit.Assert.assertTrue;
+
 import java.util.Collections;
 import java.util.Iterator;
 import org.junit.Test;