style: enable WhitespaceAround in checktyle (#5241)

This commit is contained in:
Piotr Idzik
2024-06-24 10:47:33 +02:00
committed by GitHub
parent 7b17ead902
commit 22f2abd94f
3 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,8 @@ import java.util.Arrays;
public final class UniquePaths {
private UniquePaths(){};
private UniquePaths() {
}
/**
* Calculates the number of unique paths using a 1D dynamic programming array.