Skip to content

Commit 048421c

Browse files
committed
formatted code
1 parent 6e52075 commit 048421c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CSharpFinder/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ static void Main(string[] args)
3636

3737
try
3838
{
39-
Console.WindowWidth = Console.WindowWidth + 40;
40-
Console.WindowHeight = Console.WindowHeight + 10;
39+
Console.WindowWidth += 40;
40+
Console.WindowHeight += 10;
4141
}
4242
catch { }
4343

0 commit comments

Comments
 (0)