style: scala format
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user