code_style: general cleanup

This commit is contained in:
Nathan Baulch 2025-06-12 08:18:20 +10:00
parent 35eda489be
commit dde08c507a
50 changed files with 98 additions and 157 deletions

View file

@ -19,7 +19,7 @@ namespace SourceGit.Views
}
// Values are copied from Avalonia: src/Avalonia.Controls.ColorPicker/ColorPalettes/FluentColorPalette.cs
private static readonly Color[,] COLOR_TABLE = new Color[,]
private static readonly Color[,] COLOR_TABLE = new[,]
{
{
Color.FromArgb(255, 255, 67, 67), /* #FF4343 */