mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-04 16:28:53 +01:00
Reformatted
This commit is contained in:
parent
fd6427a83f
commit
ba6d72f3f9
1 changed files with 4 additions and 1 deletions
|
@ -147,7 +147,10 @@ impl Users {
|
|||
match utils::string_from_bytes(username) {
|
||||
Ok(u) => Some(u),
|
||||
Err(e) => {
|
||||
warn!("Failed to parse username while calling get_local_users(): {}", e.to_string());
|
||||
warn!(
|
||||
"Failed to parse username while calling get_local_users(): {}",
|
||||
e.to_string()
|
||||
);
|
||||
None
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue