🧹 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");
1
}
};
};
Ok(Config {
port: globals.get::<_, u16>("port")?,