格式化代码

This commit is contained in:
yadong.zhang 2019-08-06 18:01:18 +08:00
parent 1fb8be6c82
commit 4f303705d9

View File

@ -6,7 +6,8 @@ import org.junit.Test;
import org.junit.rules.ExpectedException;
public class StringUtilsTest {
@Rule public final ExpectedException thrown =
@Rule
public final ExpectedException thrown =
ExpectedException.none();
@Test