cargo fmt

This commit is contained in:
ayham 2021-06-01 19:04:28 +03:00
parent 66af765def
commit ca7c91216b
Signed by: ayham
GPG Key ID: EAB7F5A9DF503678
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
pub mod cmd;
pub mod handle_data;
pub mod gen_tls_client_config;
pub mod handle_data;

View File

@ -1,4 +1,4 @@
pub mod cmd;
pub mod gen_tls_server_config;
pub mod handle_data;
pub mod jwt_wrapper;
pub mod gen_tls_server_config;