Skip to content

Commit

Permalink
✨ 格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Aug 6, 2019
1 parent 1fb8be6 commit 4f30370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/me/zhyd/oauth/utils/StringUtilsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import org.junit.rules.ExpectedException;

public class StringUtilsTest {
@Rule public final ExpectedException thrown =
@Rule
public final ExpectedException thrown =
ExpectedException.none();

@Test
Expand Down

0 comments on commit 4f30370

Please sign in to comment.