Skip to content

Commit 80261a8

Browse files
committed
Demo fix
1 parent 195029b commit 80261a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Demo/Program.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ private static void TableTest()
5959
Console.WriteLine("-".PadRight(tmpValue.Length, '-'));
6060
Console.WriteLine(dataTable.CreateTable(new TableCreatorOptions
6161
{
62-
OutputType = outputType
62+
OutputType = outputType,
63+
OverrideList = overrideList
6364
}));
6465
}
6566
}

0 commit comments

Comments
 (0)