fix: improve code formatting and module organization

- Corrected code formatting issues such as inconsistent line breaks and unnecessary trailing commas.
- Reorganized `mod.rs` to ensure proper order of module declarations.
- Fixed misplaced imports in `help.rs` and corrected the rendering method signature.
- Cleaned up unused code lines and moved `dummy` module declaration to its correct position.
This commit is contained in:
2025-02-04 14:44:58 -05:00
parent 134f2b78d6
commit e5b4b5114e
11 changed files with 59 additions and 56 deletions

View File

@@ -183,4 +183,3 @@ impl<'a> DhcpConfig<'a> {
self.get_lan_dhcpd().bootfilename = Some(boot_filename.to_string());
}
}