Skip to content

Commit

Permalink
No braces
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jan 14, 2023
1 parent c67d051 commit 662ba6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions calico/src/main/scala/calico/html.scala
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@ type HtmlTagT[F[_]] = [E] =>> HtmlTag[F, E]

final class Aria[F[_]] private extends AriaAttrs[F]

private object Aria {
private object Aria:
inline def apply[F[_]]: Aria[F] = instance.asInstanceOf[Aria[F]]
private val instance: Aria[cats.Id] = new Aria[cats.Id]
}

final class HtmlTag[F[_], E] private[calico] (name: String, void: Boolean)(using F: Async[F]):

Expand Down

0 comments on commit 662ba6a

Please sign in to comment.