Formatting
This commit is contained in:
parent
c79efa1abc
commit
878bb3b180
3 changed files with 4 additions and 6 deletions
|
@ -78,9 +78,7 @@ impl fmt::Display for PError {
|
|||
PError::ConfigFileOpenError => write!(f, "Could not open config file"),
|
||||
PError::ConfigFileReadError => write!(f, "Could not read config file"),
|
||||
PError::ConfigFileParseError => write!(f, "Could not parse config file"),
|
||||
PError::ConfigUsersParseError => {
|
||||
write!(f, "Could not parse users in config file")
|
||||
}
|
||||
PError::ConfigUsersParseError => write!(f, "Could not parse users in config file"),
|
||||
PError::ConfigMountDirsParseError => {
|
||||
write!(f, "Could not parse mount directories in config file")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue