fix format

This commit is contained in:
Looly
2024-04-24 13:38:48 +08:00
parent 743ff04dcf
commit 2fbb0f469c
2 changed files with 83 additions and 78 deletions

View File

@@ -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);
}