Skip to content

style: enable AvoidNestedBlocks in checkstyle #5228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix checkstyle
  • Loading branch information
Samuel Facchinello committed Jun 13, 2024
commit 11e36c81c5a2ecbfd29108147c91f67b45a527ae
3 changes: 1 addition & 2 deletions src/test/java/com/thealgorithms/maths/MatrixUtilTest.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package com.thealgorithms.maths;

import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertTrue;

import java.math.BigDecimal;
import java.util.Arrays;
import java.util.Objects;
import org.junit.jupiter.api.Test;

Expand Down
Loading