apply new fmt version

This commit is contained in:
yggverse 2025-03-16 21:58:00 +02:00
parent fc8356f7ac
commit e6661c1d00
5 changed files with 8 additions and 8 deletions

View file

@ -9,12 +9,12 @@ pub use response::Response;
// Local dependencies
use gio::{
prelude::{IOStreamExt, OutputStreamExtManual, TlsConnectionExt},
Cancellable, IOStream, NetworkAddress, SocketConnection, TlsCertificate, TlsClientConnection,
prelude::{IOStreamExt, OutputStreamExtManual, TlsConnectionExt},
};
use glib::{
object::{Cast, ObjectExt},
Bytes, Priority,
object::{Cast, ObjectExt},
};
pub struct Connection {

View file

@ -14,7 +14,7 @@ pub use success::Success;
use super::Connection;
use gio::{Cancellable, IOStream};
use glib::{object::IsA, Priority};
use glib::{Priority, object::IsA};
const HEADER_LEN: usize = 1024;