| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ open class CommentExtractor( | |||
| 45 | 45 | // The actual extractor logic is a bit more nuanced than | |
| 46 | 46 | // just "isFake", but just checking isFake is good enough | |
| 47 | 47 | // to not bother with a warning. | |
| 48 | - if(element !is IrDeclarationWithVisibility || !fileExtractor.isFake(element)) { | ||
| 48 | + if (element !is IrDeclarationWithVisibility || !fileExtractor.isFake(element)) { | ||
| 49 | 49 | logger.warn("Couldn't get existing label for $label") | |
| 50 | 50 | } | |
| 51 | 51 | return null | |
| Back | FazBrowse Home | New Git URL |
0 commit comments