From 2ae9a65ed0b773f77b5cd8d8c134a125bbaccf5d Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Fri, 10 Nov 2017 15:21:03 +0000 Subject: Scalafmt --- examples/src/main/scala/show.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/src/main/scala/show.scala b/examples/src/main/scala/show.scala index a83c509..e101c11 100644 --- a/examples/src/main/scala/show.scala +++ b/examples/src/main/scala/show.scala @@ -10,12 +10,12 @@ import scala.language.experimental.macros trait Show[Out, T] { def show(value: T): Out } trait GenericShow[Out] { - + /** the type constructor for new [[Show]] instances * * The first parameter is fixed as `String`, and the second parameter varies generically. */ type Typeclass[T] = Show[Out, T] - + def join(typeName: String, strings: Seq[String]): Out /** creates a new [[Show]] instance by labelling and joining (with `mkString`) the result of -- cgit v1.2.3