From f49060303504d112b1580c1c90430aab4aaf1763 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 11 Apr 2020 16:02:25 +1000 Subject: Move table definitions from Core to Data. Sync tuple and table definitions. --- src/WixToolset.Data/Tuples/ModuleIgnoreTableTuple.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Data/Tuples/ModuleIgnoreTableTuple.cs') diff --git a/src/WixToolset.Data/Tuples/ModuleIgnoreTableTuple.cs b/src/WixToolset.Data/Tuples/ModuleIgnoreTableTuple.cs index efcf0f79..d786b8d9 100644 --- a/src/WixToolset.Data/Tuples/ModuleIgnoreTableTuple.cs +++ b/src/WixToolset.Data/Tuples/ModuleIgnoreTableTuple.cs @@ -8,7 +8,9 @@ namespace WixToolset.Data { public static readonly IntermediateTupleDefinition ModuleIgnoreTable = new IntermediateTupleDefinition( TupleDefinitionType.ModuleIgnoreTable, - new IntermediateFieldDefinition[0], + new IntermediateFieldDefinition[] + { + }, typeof(ModuleIgnoreTableTuple)); } } @@ -30,5 +32,5 @@ namespace WixToolset.Data.Tuples } public IntermediateField this[ModuleIgnoreTableTupleFields index] => this.Fields[(int)index]; - } + } } \ No newline at end of file -- cgit v1.2.3-55-g6feb