Skip to content

Commit

Permalink
feature/more-prefixes-boolean-methods(#417)
Browse files Browse the repository at this point in the history
### What's done:
 * Fixed bugs
  • Loading branch information
aktsay6 committed Dec 31, 2020
1 parent 568c6af commit d6f43bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class NullChecksRule(private val configRules: List<RulesConfig>) : Rule("null-ch
}
}

@Suppress("WRONG_INDENTATION")
private fun ASTNode.extractLinesFromBlock(type: IElementType): List<String>? =
treeParent
.getFirstChildWithType(type)
Expand Down

0 comments on commit d6f43bc

Please sign in to comment.