fmt: renamed to have a standard naming scheme
This commit is contained in:
parent
cf26bf60d1
commit
686df5ac03
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
use skynet_ldap_server::methods::change_details::post_update_ldap;
|
||||
use skynet_ldap_server::methods::account_update::post_update_ldap;
|
||||
use skynet_ldap_server::{db_init, get_config, State};
|
||||
|
||||
#[async_std::main]
|
||||
|
|
|
@ -1 +1 @@
|
|||
pub mod change_details;
|
||||
pub mod account_update;
|
||||
|
|
Loading…
Reference in a new issue