mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 01:25:32 +00:00
apply new fmt version
This commit is contained in:
parent
fc8356f7ac
commit
e6661c1d00
5 changed files with 8 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ pub mod error;
|
|||
pub use connection::{Connection, Request, Response};
|
||||
pub use error::Error;
|
||||
|
||||
use gio::{prelude::SocketClientExt, Cancellable, SocketClient, SocketProtocol, TlsCertificate};
|
||||
use gio::{Cancellable, SocketClient, SocketProtocol, TlsCertificate, prelude::SocketClientExt};
|
||||
use glib::Priority;
|
||||
|
||||
// Defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue