Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranshila committed Feb 18, 2024
1 parent 9415b48 commit 77e0455
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/test_upload_and_download.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
use std::{net::UdpSocket, time::Duration};
use std::{
net::UdpSocket,
time::Duration,
};

use tftp_client::{download, upload};
use tftp_client::{
download,
upload,
};

fn main() {
let socket = UdpSocket::bind("0.0.0.0:0").unwrap();
Expand Down

0 comments on commit 77e0455

Please sign in to comment.