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

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;