From 65108902e68074743261154af11e07f00d10c681 Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Thu, 2 Dec 2021 00:47:31 +0200 Subject: [PATCH] Refactoring as suggested by VS Code --- Program.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Program.cs b/Program.cs index f20c546..3bd8475 100644 --- a/Program.cs +++ b/Program.cs @@ -27,7 +27,7 @@ algoBoard.AlgorithmStep += (_, threshold) => { //top border Console.BackgroundColor = border; - for (var i=0; i { //bottom border Console.BackgroundColor = border; - for (var i=0; i { algoBoard.RunIdaStar(); - -void FormattedLabRow(string line) { +static void FormattedLabRow(string line) { char[] characters = line.ToCharArray(); foreach (char c in characters) { switch ( c ) {