Skip to content

Commit 3e1552f

Browse files
committed
fixes indent
1 parent 3ca420b commit 3e1552f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/workflows/Extensions/ParseSettingCsv.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public IObservable<Dictionary<string, string>> Process(IObservable<string> sourc
1717
{
1818
return source.Select(value =>
1919
{
20-
var settings = new Dictionary<string, string>();
20+
var settings = new Dictionary<string, string>();
2121

2222
using (var reader = new StringReader(value))
2323
using (var csv = new CsvReader(reader, CultureInfo.InvariantCulture))

0 commit comments

Comments
 (0)