mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
cargo fmt
This commit is contained in:
parent
34857910b0
commit
5ac5d20b6e
2 changed files with 12 additions and 2 deletions
|
|
@ -5,5 +5,10 @@ use aquatic_http::config::Config;
|
||||||
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
run_app_with_cli_and_config::<Config>(aquatic_http::APP_NAME, aquatic_http::APP_VERSION, aquatic_http::run, None)
|
run_app_with_cli_and_config::<Config>(
|
||||||
|
aquatic_http::APP_NAME,
|
||||||
|
aquatic_http::APP_VERSION,
|
||||||
|
aquatic_http::run,
|
||||||
|
None,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,10 @@ use aquatic_ws::config::Config;
|
||||||
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
run_app_with_cli_and_config::<Config>(aquatic_ws::APP_NAME, aquatic_ws::APP_VERSION, aquatic_ws::run, None)
|
run_app_with_cli_and_config::<Config>(
|
||||||
|
aquatic_ws::APP_NAME,
|
||||||
|
aquatic_ws::APP_VERSION,
|
||||||
|
aquatic_ws::run,
|
||||||
|
None,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue