Skip to content

Commit 5d3166c

Browse files
committed
Kotlin: Tweak code formatting
1 parent 80163c5 commit 5d3166c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/src/main/kotlin/comments/CommentExtractor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ open class CommentExtractor(
4545
// The actual extractor logic is a bit more nuanced than
4646
// just "isFake", but just checking isFake is good enough
4747
// to not bother with a warning.
48-
if(element !is IrDeclarationWithVisibility || !fileExtractor.isFake(element)) {
48+
if (element !is IrDeclarationWithVisibility || !fileExtractor.isFake(element)) {
4949
logger.warn("Couldn't get existing label for $label")
5050
}
5151
return null

0 commit comments

Comments
 (0)