cargo fmt run

This commit is contained in:
Andrej
2025-08-03 16:29:59 -04:00
parent 4d2d49326a
commit 412ad3d8bf
2 changed files with 8 additions and 9 deletions

View File

@@ -124,7 +124,7 @@ struct TmobileArgs {
struct Uz801Args {
/// IP address for Uz801 admin interface, if custom.
#[arg(long, default_value = "192.168.100.1")]
admin_ip: String
admin_ip: String,
}
#[derive(Parser, Debug)]