style: scala format

This commit is contained in:
2025-03-13 13:31:47 +00:00
parent 5141a2369f
commit 6904aa37e4
3 changed files with 48 additions and 25 deletions

View File

@@ -69,7 +69,8 @@ val outputOpt: Opts[Option[Path]] =
.orNone
def frontend(
contents: String, file: File
contents: String,
file: File
): Either[NonEmptyList[Error], microWacc.Program] =
parser.parse(contents) match {
case Failure(msg) => Left(NonEmptyList.one(Error.SyntaxError(msg)))