Skip to content

Commit

Permalink
WIP: Main.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
fdietze committed Dec 15, 2022
1 parent df6032f commit 70cfab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main/scala/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ object Main extends Extras {
formFrame[Vector[Int]]("Vector[Int]"),
formFrame[(Int, String, Option[Long])]("Tuple"),
formFrame[Person]("Person"),
formFrame[Pet]("Pet"),
formFrame[Company]("Company"),
formFrame[Pet]("Pet"),
formFrame[Tree]("Tree"),
formFrame[BinaryTree]("BinaryTree"),
formFrame[GenericLinkedList[Pet]]("GenericLinkedList[Pet]"),
Expand Down

0 comments on commit 70cfab8

Please sign in to comment.