Codefix: Remove unused class member and extraneous spaces. (#12378)

This commit is contained in:
Peter Nelson 2024-03-25 21:35:31 +00:00 committed by GitHub
parent 9aa6669266
commit 4751179dc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -2655,9 +2655,7 @@ struct IndustryCargoesWindow : public Window {
}
}
CargoesFieldType type; ///< Type of field.
void SetStringParameters (WidgetID widget) const override
void SetStringParameters(WidgetID widget) const override
{
if (widget != WID_IC_CAPTION) return;