Skip to content

Commit

Permalink
Satisfy detekt's complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
samiuelson committed Dec 13, 2024
1 parent 72e3fcb commit 1c90560
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class TTPPaymentProgressDelegate(
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: Boolean) {
savedStateHandle[KEY_TTP_PAYMENT_IN_PROGRESS] = value
}
}
}

0 comments on commit 1c90560

Please sign in to comment.