Skip to content

Commit 5e533af

Browse files
committed
fmt
1 parent 897301d commit 5e533af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/main/scala/magnolia1/macro.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ object Macro:
278278

279279
private def filterAnnotation(a: Term): Boolean =
280280
scala.util.Try(a.tpe <:< TypeRepr.of[scala.annotation.Annotation]).toOption.contains(true) &&
281-
(a.tpe.typeSymbol.maybeOwner.isNoSymbol ||
282-
(a.tpe.typeSymbol.owner.fullName != "scala.annotation.internal" &&
283-
a.tpe.typeSymbol.owner.fullName != "jdk.internal"))
281+
(a.tpe.typeSymbol.maybeOwner.isNoSymbol ||
282+
(a.tpe.typeSymbol.owner.fullName != "scala.annotation.internal" &&
283+
a.tpe.typeSymbol.owner.fullName != "jdk.internal"))
284284
}

0 commit comments

Comments
 (0)