Browse Source

Fix whitespace

tznind 2 năm trước cách đây
mục cha
commit
6a932f6fae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {