Skip to content

Commit 91c57c2

Browse files
committed
fix: fmt
1 parent 2f06a70 commit 91c57c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use chrono::Utc;
77
use serde::{Deserialize, Serialize};
88
use serde_json::json;
99
use std::fs::OpenOptions;
10-
use std::io::{Seek,SeekFrom, Write};
10+
use std::io::{Seek, SeekFrom, Write};
1111
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
1212
use std::process::{Command, Output};
1313
use std::{fs, process, str, thread};

0 commit comments

Comments
 (0)