1
0
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:
NG (Graham)
2026-06-24 22:20:51 -04:00
parent 995bafa70c
commit 9aa8afc232

View File

@@ -247,7 +247,7 @@ impl super::ChatUser for UserData {
log::error!("Failed to find selected garage for user {}", self.account.id);
return Err(polariton_server::operations::SimpleOpError::with_message(
crate::data::error_codes::ChatErrorCodes::UnexpectedError as i16,
format!("Failed to find selected garage"),
"Failed to find selected garage".to_owned(),
));
}
}