Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Jan 20, 2022
1 parent ee7091b commit 8b80860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ func PutSpaceInfo(db database.KeyValueWriter, space []byte, i *SpaceInfo, lastEx
// MoveSpaceInfo should only be used if the expiry isn't changing and
// [SpaceInfo] is already in the database.
func MoveSpaceInfo(
db database.KeyValueReaderWriter, oldOwner common.Address,
db database.KeyValueWriter, oldOwner common.Address,
space []byte, i *SpaceInfo,
) error {
// [infoPrefix] + [delimiter] + [space]
Expand Down

0 comments on commit 8b80860

Please sign in to comment.