Refactor(XmlProfileHandler): Remove Redundant Access Modifier

This commit is contained in:
Tochukwu Nkemdilim
2018-06-14 11:58:50 +01:00
parent abfe0238b3
commit e2fbc349ec
2 changed files with 13 additions and 1 deletions
@@ -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 {