Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 committed Jan 8, 2025
1 parent d594bb7 commit 8e5bd74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ where
.saturating_add(address.size_hint())
.saturating_add(signature.size_hint())
.saturating_add(ext.size_hint()),
Preamble::General(ext) =>
EXTRINSIC_FORMAT_VERSION.size_hint()
Preamble::General(ext) => EXTRINSIC_FORMAT_VERSION
.size_hint()
.saturating_add(u8.size_hint()) // version
.saturating_add(ext.size_hint()),
}
Expand Down

0 comments on commit 8e5bd74

Please sign in to comment.