mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 17:57:47 +03:00
feat: implement service users
This commit is contained in:
@@ -25,7 +25,7 @@ fn format_column_index(index: u32) -> String {
|
||||
return format!("{}{}", format_column_index(quotient - 1), char);
|
||||
}
|
||||
|
||||
return char.to_string();
|
||||
char.to_string()
|
||||
}
|
||||
|
||||
impl Display for CellPos {
|
||||
|
||||
Reference in New Issue
Block a user