Skip to content

Commit

Permalink
diktatFix
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Sep 14, 2022
1 parent 0263ea1 commit be9a203
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ import org.jetbrains.kotlin.psi.KtParenthesizedExpression
import org.jetbrains.kotlin.psi.KtPrefixExpression
import org.jetbrains.kotlin.psi.psiUtil.parents

typealias ExpressionMapping = HashMap<String, Pair<String, String>>

/**
* Rule that checks if the boolean expression can be simplified.
*/
Expand Down

0 comments on commit be9a203

Please sign in to comment.