cargo fmt

This commit is contained in:
2022-08-31 14:36:07 +02:00
parent cd0f6fea94
commit 3cbbd72a14
10 changed files with 170 additions and 99 deletions

View File

@ -4,4 +4,4 @@ pub struct RelayedPort {
pub port: u16,
}
pub type RemoteConfig = Vec<RelayedPort>;
pub type RemoteConfig = Vec<RelayedPort>;