Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Peter committed Feb 21, 2025
1 parent 2411957 commit 951734b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/pebble/register_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func (r *RegisterStorage) GetSnapshotAt(
// Avoid a possible underflow
snapshotHeightOfEndState = uint64(0)
}

// NewStorageSnapshot return the end state of a given height.
return NewStorageSnapshot(r.Get, snapshotHeightOfEndState), nil
}
Expand Down

0 comments on commit 951734b

Please sign in to comment.