Skip to content

Commit 1b77b43

Browse files
committed
fix: добавлена пустая строка в конце Progression.java
1 parent 5bffc2e commit 1b77b43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/hexlet/code/games/Progression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ private static String[] makeProgression(int start, int step, int length) {
4343
}
4444
return progression;
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)