Skip to content

Commit

Permalink
feat(#2555): empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Oct 29, 2023
1 parent 6372cbe commit ec10507
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eo-runtime/src/test/java/org/eolang/AtVarargTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ void datarizesEOappCallingVarargsFunc() {
* [] > foo
* (bar 1 2 3).eq 2 > @
* }
*
* @since 0.22
*/
private static class Foo extends PhDefault {
Expand Down Expand Up @@ -116,6 +117,7 @@ private static class Foo extends PhDefault {
* 1 > a
* 2 > @
* }
*
* @since 0.22
*/
private static class Bar extends PhDefault {
Expand Down

0 comments on commit ec10507

Please sign in to comment.