Skip to content

Commit

Permalink
Applying sonar suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarev committed Dec 10, 2024
1 parent 1c7afb7 commit 5d207fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rskj-core/src/test/java/co/rsk/vm/opcode/MCopyGasTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

public class MCopyGasTest {
class MCopyGasTest {

private ActivationConfig.ForBlock activationConfig;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

public class MCopyInputTest {
class MCopyInputTest {

private ActivationConfig.ForBlock activationConfig;

Expand Down

0 comments on commit 5d207fd

Please sign in to comment.