소스 검색

Fix whitespace

tznind 2 년 전
부모
커밋
6a932f6fae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {