style: scala format
This commit is contained in:
@@ -18,7 +18,7 @@ private class LabelGenerator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private def getLabel(target: CallTarget | RuntimeError): String = target match {
|
private def getLabel(target: CallTarget | RuntimeError): String = target match {
|
||||||
case Ident(v, guid) => s"wacc_${v}_$guid"
|
case Ident(v, guid) => s"wacc_${v}_$guid"
|
||||||
case Builtin(name) => s"_$name"
|
case Builtin(name) => s"_$name"
|
||||||
case err: RuntimeError => s".L.${err.name}"
|
case err: RuntimeError => s".L.${err.name}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user