Skip to content

Commit 2166c44

Browse files
committed
fmt
1 parent d47d69e commit 2166c44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/catalyst-types/src/id_uri/role_index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl TryFrom<u8> for RoleIndex {
6060
1 => Ok(Self::DelegatedRepresentative),
6161
2 => Ok(Self::VoterDelegation),
6262
3 => Ok(Self::Proposer),
63-
_ => Err(RoleIndexError::InvalidRole(value))
63+
_ => Err(RoleIndexError::InvalidRole(value)),
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)