mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 11:43:24 +01:00
Remove extra returns and make sure to decrement
This commit is contained in:
committed by
nythepegasus
parent
cc5c280882
commit
980699af6f
@@ -54,7 +54,7 @@ final class EnableJITOperation<Context: EnableJITContext>: ResultOperation<Void>
|
||||
} catch {
|
||||
retries -= 1
|
||||
if (retries <= 0){
|
||||
return self.finish(.failure(error))
|
||||
self.finish(.failure(error))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user