Skip to content

Commit

Permalink
Removed white space
Browse files Browse the repository at this point in the history
  • Loading branch information
SWX-Callum committed Dec 4, 2024
1 parent f0cbd99 commit 09974c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ pub fn get_info(target: (&str, u16)) -> Result<SysInfo> {
(platform, major, minor, build, string)

} else {
("Unknown OS info format", 0, 0, 0 , "".into())
("Unknown OS info format", 0, 0, 0, "".into())
}
} else {
("No OS info", 0, 0, 0, "".into())
Expand Down

0 comments on commit 09974c8

Please sign in to comment.