Refactor(XmlProfileHandler): Remove Redundant Access Modifier
This commit is contained in:
@@ -3,7 +3,7 @@ use std::io;
|
||||
use connectivity::stubs::windows_wifi_profile;
|
||||
|
||||
pub(crate) struct NetworkXmlProfileHandler {
|
||||
pub(crate) content: String,
|
||||
pub content: String,
|
||||
}
|
||||
|
||||
impl NetworkXmlProfileHandler {
|
||||
|
||||
Reference in New Issue
Block a user