Replace spaces with tabs for consistency

This commit is contained in:
Julio Ernesto Rodríguez Cabañas 2023-07-30 22:32:16 +01:00
parent f9d21f236f
commit ee00c7fb08

View file

@ -5,7 +5,7 @@ namespace ChessChallenge.API
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
public sealed class Board public sealed class Board
{ {