Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
valentunn committed Jan 27, 2025
1 parent 12f6d52 commit e798cc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fun MythosDelegatorState.requiredAdditionalLockToStake(
desiredStake: Balance,
currentBlockNumber: BlockNumber
): Balance {
return when(this) {
return when (this) {
MythosDelegatorState.NotStarted -> desiredStake

is MythosDelegatorState.Staked -> {
Expand Down

0 comments on commit e798cc9

Please sign in to comment.