Skip to content

Commit

Permalink
Add missing !
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Nov 28, 2023
1 parent e6ddd88 commit 5531654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class UnnecessaryMutableLocalInspection : MixinInspection() {
// Mutable Local references do have different semantics inside a WrapOperation.
?.let { it is InjectorAnnotationHandler && it !is WrapOperationHandler } == true
}
if (hasValidMixinAnnotation) {
if (!hasValidMixinAnnotation) {
return
}

Expand Down

0 comments on commit 5531654

Please sign in to comment.