Explorar el Código

Fix whitespace

tznind hace 2 años
padre
commit
6a932f6fae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      UICatalog/Scenarios/CsvEditor.cs

+ 1 - 1
UICatalog/Scenarios/CsvEditor.cs

@@ -415,7 +415,7 @@ namespace UICatalog.Scenarios {
 			try {
 				var dt = new DataTable ();
 
-reader.Read ();
+				reader.Read ();
 
 				if (reader.ReadHeader ()) {
 					foreach (var h in reader.HeaderRecord) {