Fix spacing

This commit is contained in:
Tamas Vajk
2021-12-02 21:15:37 +01:00
committed by Ian Lynagh
parent 05f22576d1
commit 2f06c9c03f
3 changed files with 2 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ open class KotlinFileExtractor(
}
}
fun getLabel(element: IrElement) : String? {
when (element) {
is IrFile -> return "@\"${element.path};sourcefile\"" // todo: remove copy-pasted code