linkspec: Add a missing ; in tests.

This commit is contained in:
Nick Mathewson 2023-04-06 10:27:35 -04:00
parent fdd28d9319
commit d12e2422b3
1 changed files with 1 additions and 1 deletions

View File

@ -884,7 +884,7 @@ mod test {
assert!(matches!(
TransportId::from_str("obfs4"),
Err(TransportIdError::NoSupport)
))
));
}
}