style: fix unmerged import

This commit is contained in:
Ryan 2025-02-23 17:19:26 -05:00
parent 76fd9ea82e
commit 74aac62994
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -1,5 +1,3 @@
use std::process::exit;
use crate::{
State,
commands::CommandSource,
@ -11,6 +9,7 @@ use hyper::{server::conn::http1, service::service_fn};
use hyper_util::rt::TokioIo;
use log::{debug, error, info, trace};
use mlua::IntoLuaMulti;
use std::process::exit;
use tokio::net::TcpListener;
#[allow(clippy::too_many_lines)]