diff options
| author | Jack Koenig | 2020-08-14 19:48:35 -0700 |
|---|---|---|
| committer | Jack Koenig | 2020-08-14 19:48:35 -0700 |
| commit | 9adbe1ede59f9aeb25e71fd8318a4e7e46c4cc34 (patch) | |
| tree | f06060e9fb52f4f5b30bc56db78acb6bd371642d /src/main/scala/logger/phases/Checks.scala | |
| parent | 6fc742bfaf5ee508a34189400a1a7dbffe3f1cac (diff) | |
Apply scalafmt again
Diffstat (limited to 'src/main/scala/logger/phases/Checks.scala')
| -rw-r--r-- | src/main/scala/logger/phases/Checks.scala | 6 |
1 files changed, 4 insertions, 2 deletions
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 } |
