mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix format
This commit is contained in:
@@ -19,7 +19,7 @@ import org.junit.jupiter.api.Test;
|
||||
public class SolarTermsTest {
|
||||
|
||||
@Test
|
||||
public void getTermTest1(){
|
||||
public void getTermTest1() {
|
||||
final int term = SolarTerms.getTerm(1987, 3);
|
||||
Assertions.assertEquals(4, term);
|
||||
}
|
||||
|
Reference in New Issue
Block a user