mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 17:56:02 +08:00
style: enable WhitespaceAround
in checktyle (#5241)
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user