mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Kotlin: Tweak code formatting
This commit is contained in:
@@ -45,7 +45,7 @@ open class CommentExtractor(
|
||||
// The actual extractor logic is a bit more nuanced than
|
||||
// just "isFake", but just checking isFake is good enough
|
||||
// to not bother with a warning.
|
||||
if(element !is IrDeclarationWithVisibility || !fileExtractor.isFake(element)) {
|
||||
if (element !is IrDeclarationWithVisibility || !fileExtractor.isFake(element)) {
|
||||
logger.warn("Couldn't get existing label for $label")
|
||||
}
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user