mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Fix single clippy warn
This commit is contained in:
@@ -247,7 +247,7 @@ impl super::ChatUser for UserData {
|
|||||||
log::error!("Failed to find selected garage for user {}", self.account.id);
|
log::error!("Failed to find selected garage for user {}", self.account.id);
|
||||||
return Err(polariton_server::operations::SimpleOpError::with_message(
|
return Err(polariton_server::operations::SimpleOpError::with_message(
|
||||||
crate::data::error_codes::ChatErrorCodes::UnexpectedError as i16,
|
crate::data::error_codes::ChatErrorCodes::UnexpectedError as i16,
|
||||||
format!("Failed to find selected garage"),
|
"Failed to find selected garage".to_owned(),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user