knock requests : format and clean

This commit is contained in:
ganfra 2024-12-18 18:13:13 +01:00
parent 79b0098ada
commit 69307f7c62
11 changed files with 10 additions and 18 deletions

View file

@ -30,7 +30,7 @@ class FakeKnockRequest(
val declineAndBanLambda: (String?) -> Result<Unit> = { lambdaError() },
val markAsSeenLambda: () -> Result<Unit> = { lambdaError() },
) : KnockRequest {
override suspend fun accept(): Result<Unit> = simulateLongTask{
override suspend fun accept(): Result<Unit> = simulateLongTask {
acceptLambda()
}