Code formatting

pull/656/head
chen.ma 2 years ago
parent 9356a94eac
commit bb1db80d1f

@ -20,7 +20,6 @@ package cn.hippo4j.common.toolkit;
import cn.hippo4j.common.model.ThreadPoolParameterInfo;
import org.junit.Test;
public class ContentUtilTest {
@Test

@ -59,7 +59,6 @@ public class StringUtilTest {
Assert.isTrue(StringUtil.isBlank(string));
}
@Test
public void isNotBlank() {
String string = "null";

Loading…
Cancel
Save