diff options
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs')
| -rw-r--r-- | src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs b/src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs index 1b7de72b..57ba19d1 100644 --- a/src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs +++ b/src/WixToolset.Data/WindowsInstaller/TableIndexedCollection.cs | |||
| @@ -17,7 +17,7 @@ namespace WixToolset.Data.WindowsInstaller | |||
| 17 | /// </summary> | 17 | /// </summary> |
| 18 | public TableIndexedCollection() | 18 | public TableIndexedCollection() |
| 19 | { | 19 | { |
| 20 | this.collection = new Dictionary<string,Table>(); | 20 | this.collection = new Dictionary<string, Table>(); |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | /// <summary> | 23 | /// <summary> |
