remove extra line

This commit is contained in:
yggverse 2024-10-25 15:46:23 +03:00
parent a8230bed37
commit fd96406dae

View file

@ -3,7 +3,6 @@ pub mod response;
pub mod socket;
pub use error::Error;
pub use response::Response;
pub use socket::Socket;