Skip to content

Commit 87e83b9

Browse files
authored
Remove extra spaces
1 parent 851ffe1 commit 87e83b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pinocchio/interface/src/instruction.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ mod tests {
599599
assert_eq!(TokenInstruction::try_from(variant_u8).unwrap(), variant);
600600
}
601601
}
602-
602+
603603
#[test]
604604
fn test_authority_type_from_u8_exhaustive() {
605605
for variant in AuthorityType::iter() {
@@ -611,4 +611,4 @@ mod tests {
611611
assert_eq!(AuthorityType::try_from(variant_u8).unwrap(), variant);
612612
}
613613
}
614-
}
614+
}

0 commit comments

Comments
 (0)