Skip to content

Commit 47f8357

Browse files
committed
fix(cardano-blockchain-types): format
Signed-off-by: bkioshn <[email protected]>
1 parent f8ba908 commit 47f8357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cardano-blockchain-types/src/metadata/cip36/key_registration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl Decode<'_, ProblemReport> for Cip36KeyRegistration {
121121
found_keys.push(key);
122122
}
123123
}
124-
124+
125125
// Check whether all the required keys are found.
126126
let required_keys = [
127127
Cip36KeyRegistrationKeys::VotingKey,

0 commit comments

Comments
 (0)