mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Fix spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user