mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-05 14:53:08 +00:00
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…
x
Reference in New Issue
Block a user