Skip to content

Commit

Permalink
fixed code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Jun 16, 2022
1 parent 16066ef commit fd488de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import org.jetbrains.kotlin.psi.KtParenthesizedExpression
import org.jetbrains.kotlin.psi.KtPrefixExpression
import org.jetbrains.kotlin.psi.psiUtil.parents

typealias ExpressionCreator<K> = (List<Expression<K>?>) -> Expression<K>

/**
* Rule that checks if the boolean expression can be simplified.
*/
Expand Down Expand Up @@ -339,5 +341,3 @@ class BooleanExpressionsRule(configRules: List<RulesConfig>) : DiktatRule(
}
}
}

typealias ExpressionCreator<K> = (List<Expression<K>?>) -> Expression<K>

0 comments on commit fd488de

Please sign in to comment.