Skip to content

Commit

Permalink
CI: autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed May 16, 2024
1 parent de3a4fe commit 3d0c8f1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ public class FramelessHeatmap : RecipeBase
[Test]
public override void Execute()
{
double[,] data = {
{ 1, 2, 3 },
{ 4, 5, 6 },
double[,] data = {
{ 1, 2, 3 },
{ 4, 5, 6 },
{ 7, 8, 9 },
};

Expand Down

0 comments on commit 3d0c8f1

Please sign in to comment.