We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47d69e commit 2166c44Copy full SHA for 2166c44
1 file changed
rust/catalyst-types/src/id_uri/role_index.rs
@@ -60,7 +60,7 @@ impl TryFrom<u8> for RoleIndex {
60
1 => Ok(Self::DelegatedRepresentative),
61
2 => Ok(Self::VoterDelegation),
62
3 => Ok(Self::Proposer),
63
- _ => Err(RoleIndexError::InvalidRole(value))
+ _ => Err(RoleIndexError::InvalidRole(value)),
64
}
65
66
0 commit comments