Skip to content

Commit c575512

Browse files
committed
style: remove empty lines
1 parent f937154 commit c575512

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/scala/io/github/kelvindev15/prolog/PrologList.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,3 @@ object PrologList:
3232
case 0 => Nil
3333
case 1 => Cons(elements.head, Nil)
3434
case _ => Cons(elements.head, apply(elements.tail*))
35-
36-
37-

0 commit comments

Comments
 (0)