[negate-int] add an empty line
This commit is contained in:
parent
0b2981b94e
commit
62cc5adfbb
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user