From ee00c7fb089e95f35cb0fac88637390d49149722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20Ernesto=20Rodr=C3=ADguez=20Caba=C3=B1as?= Date: Sun, 30 Jul 2023 22:32:16 +0100 Subject: [PATCH] Replace spaces with tabs for consistency --- Chess-Challenge/src/API/Board.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chess-Challenge/src/API/Board.cs b/Chess-Challenge/src/API/Board.cs index 3c4a6e8..decbf14 100644 --- a/Chess-Challenge/src/API/Board.cs +++ b/Chess-Challenge/src/API/Board.cs @@ -5,7 +5,7 @@ namespace ChessChallenge.API using System; using System.Collections.Generic; using System.Linq; - using System.Text; + using System.Text; public sealed class Board {