apply formatting
This commit is contained in:
parent
bf8290be46
commit
914098655d
5 changed files with 18 additions and 11 deletions
|
|
@ -348,7 +348,8 @@ unlock ps = builder
|
|||
in closedBoundedInterval (lb + 1) (ub - 1)
|
||||
AfterVoting ->
|
||||
let lb =
|
||||
s + (def :: ProposalTimingConfig).draftTime
|
||||
s
|
||||
+ (def :: ProposalTimingConfig).draftTime
|
||||
+ (def :: ProposalTimingConfig).votingTime
|
||||
ub = lb + (def :: ProposalTimingConfig).lockingTime
|
||||
in closedBoundedInterval (lb + 1) (ub - 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue