neon_arch commited on
Commit
3f73e85
·
1 Parent(s): 67dcf53

🧹 chore: make rustfmt happy (#201)

Browse files
Files changed (1) hide show
  1. src/config/parser.rs +1 -1
src/config/parser.rs CHANGED
@@ -97,7 +97,7 @@ impl Config {
97
  log::error!("Falling back to using the value `1` for the option");
98
  1
99
  }
100
- };
101
 
102
  Ok(Config {
103
  port: globals.get::<_, u16>("port")?,
 
97
  log::error!("Falling back to using the value `1` for the option");
98
  1
99
  }
100
+ };
101
 
102
  Ok(Config {
103
  port: globals.get::<_, u16>("port")?,