From c9fc72c61056f1c4391a73a0150da5ab3be9a8aa Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 25 Jul 2017 13:02:24 -0400 Subject: [PATCH] Format enforcement --- main/settings/src/main/scala/sbt/sbtUnchecked.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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