diff --git a/src/core/acyclicity.Dot.scala b/src/core/acyclicity.Dot.scala index 6c598f5..14796c3 100644 --- a/src/core/acyclicity.Dot.scala +++ b/src/core/acyclicity.Dot.scala @@ -44,7 +44,7 @@ object Dot: object Attachment: // FIXME: This needs to include the port - given Show[Attachment] = _.id.key + given Attachment is Showable = _.id.key case class Attachment(id: Id, compass: Option[CompassPoint] = None)