From 0ecb2ac1ba28d33b0b3d17a2d7134d2f5485814d Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 24 Oct 2018 21:00:13 -0700 Subject: Minor code clean up to match .editorconfig --- src/WixToolset.Core.WindowsInstaller/Rows/WixActionRowCollection.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/WixToolset.Core.WindowsInstaller/Rows/WixActionRowCollection.cs') diff --git a/src/WixToolset.Core.WindowsInstaller/Rows/WixActionRowCollection.cs b/src/WixToolset.Core.WindowsInstaller/Rows/WixActionRowCollection.cs index d72198ee..9964b414 100644 --- a/src/WixToolset.Core.WindowsInstaller/Rows/WixActionRowCollection.cs +++ b/src/WixToolset.Core.WindowsInstaller/Rows/WixActionRowCollection.cs @@ -13,6 +13,7 @@ namespace WixToolset.Core.WindowsInstaller.Rows /// /// A collection of action rows sorted by their sequence table and action name. /// + // TODO: Remove this internal sealed class WixActionRowCollection : ICollection { private SortedList collection; -- cgit v1.2.3-55-g6feb