[negate-int] add an empty line

This commit is contained in:
Kai Yuan 2023-11-26 20:59:53 +01:00
parent 0b2981b94e
commit 62cc5adfbb
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ import org.slf4j.LoggerFactory;
import static org.junit.jupiter.api.Assertions.*;
public class NegateIntUnitTest {
private static Logger LOG = LoggerFactory.getLogger(NegateIntUnitTest.class);
private static final Logger LOG = LoggerFactory.getLogger(NegateIntUnitTest.class);
@Test
void whenUsingUnaryMinusOperator_thenGetExpectedResult() {