1
0
mirror of synced 2026-05-22 13:43:20 +00:00

格式化代码

This commit is contained in:
yadong.zhang
2019-08-06 18:01:18 +08:00
parent 1fb8be6c82
commit 4f303705d9
@@ -6,7 +6,8 @@ import org.junit.Test;
import org.junit.rules.ExpectedException; import org.junit.rules.ExpectedException;
public class StringUtilsTest { public class StringUtilsTest {
@Rule public final ExpectedException thrown = @Rule
public final ExpectedException thrown =
ExpectedException.none(); ExpectedException.none();
@Test @Test