diff --git a/main/settings/src/main/scala/sbt/sbtUnchecked.scala b/main/settings/src/main/scala/sbt/sbtUnchecked.scala index 1fb53b8c8..525a76c87 100644 --- a/main/settings/src/main/scala/sbt/sbtUnchecked.scala +++ b/main/settings/src/main/scala/sbt/sbtUnchecked.scala @@ -2,7 +2,8 @@ package sbt import scala.annotation.Annotation -/** An annotation to designate that the annotated entity +/** + * An annotation to designate that the annotated entity * should not be considered for additional sbt compiler checks. * These checks ensure that the DSL is predictable and prevents * users from doing dangerous things at the cost of a stricter