mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-27 21:35:00 +00:00
code_style: general cleanup (#1415)
* code_style: general cleanup * code_style: whitespace cleanup
This commit is contained in:
parent
35eda489be
commit
ffac71b15f
89 changed files with 161 additions and 243 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue