0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -05:00

🧹 chore: make rustfmt happy (#201)

This commit is contained in:
neon_arch 2023-09-02 19:07:23 +03:00
parent 67dcf53dc9
commit 3f73e85455

View File

@ -97,7 +97,7 @@ impl Config {
log::error!("Falling back to using the value `1` for the option"); log::error!("Falling back to using the value `1` for the option");
1 1
} }
}; };
Ok(Config { Ok(Config {
port: globals.get::<_, u16>("port")?, port: globals.get::<_, u16>("port")?,