Skip to content

Commit

Permalink
Remove unnecesary space
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Dec 12, 2024
1 parent 7846498 commit beb7244
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/primitives/runtime/generic/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func (h *Header[N, H, Hasher]) UnmarshalSCALE(r io.Reader) error {
if err != nil {
return err
}

h.parentHash = header.ParentHash
h.number = N(header.Number)
h.stateRoot = header.StateRoot
Expand Down

0 comments on commit beb7244

Please sign in to comment.