From 9adbe1ede59f9aeb25e71fd8318a4e7e46c4cc34 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Fri, 14 Aug 2020 19:48:35 -0700 Subject: Apply scalafmt again --- src/main/scala/logger/phases/Checks.scala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/main/scala/logger/phases/Checks.scala') diff --git a/src/main/scala/logger/phases/Checks.scala b/src/main/scala/logger/phases/Checks.scala index 0109c7ad..707118e3 100644 --- a/src/main/scala/logger/phases/Checks.scala +++ b/src/main/scala/logger/phases/Checks.scala @@ -40,8 +40,10 @@ object Checks extends Phase { ) } if (lf.size > 1) { - throw new LoggerException(s"""|At most one log file can be specified, but found ${lf.size} combinations of: - | - an options or annotation: -ltf, --log-to-file, --log-file, LogFileAnnotation""".stripMargin) + throw new LoggerException( + s"""|At most one log file can be specified, but found ${lf.size} combinations of: + | - an options or annotation: -ltf, --log-to-file, --log-file, LogFileAnnotation""".stripMargin + ) } annotations } -- cgit v1.2.3