Kotlin: Tweak code formatting

This commit is contained in:
Ian Lynagh
2024-01-09 13:39:02 +00:00
parent 80163c5aac
commit 5d3166cfef

View File

@@ -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