formatting
This commit is contained in:
parent
96f2dcaf3e
commit
6ab4849ac9
|
@ -50,7 +50,10 @@ contract StateRetrieval {
|
|||
_slotsPerHost[host].remove(SlotId.unwrap(slotId));
|
||||
}
|
||||
|
||||
function _removeFromMyValidationSlots(uint16 groupIdx, SlotId slotId) internal {
|
||||
function _removeFromMyValidationSlots(
|
||||
uint16 groupIdx,
|
||||
SlotId slotId
|
||||
) internal {
|
||||
_slotsPerValidator[groupIdx].remove(SlotId.unwrap(slotId));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue