Skip to content

Commit c6e3c63

Browse files
committed
added white space after and before curly braces
1 parent dea0c18 commit c6e3c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/dynamicprogramming/MaximumSumOfNonAdjacentElements.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
final class MaximumSumOfNonAdjacentElements {
1010

11-
private MaximumSumOfNonAdjacentElements() {}
11+
private MaximumSumOfNonAdjacentElements() { }
1212

1313
/**
1414
* Approach 1: Uses a dynamic programming array to store the maximum sum at

0 commit comments

Comments
 (0)