Skip to content

Commit 00c2ae9

Browse files
authored
Remove one last extra space
1 parent 9217af7 commit 00c2ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinocchio/interface/src/instruction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ mod tests {
601601
assert_eq!(TokenInstruction::try_from(variant_u8).unwrap(), variant);
602602
}
603603
}
604-
604+
605605
#[test]
606606
fn test_authority_type_from_u8_exhaustive() {
607607
for variant in AuthorityType::iter() {

0 commit comments

Comments
 (0)