From 374aa65af5b2fdff461e828c26601343e7f5b8c8 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 11 Apr 2018 13:10:19 -0400 Subject: [PATCH] refactor: whitespace --- ICD.Common.Utils/Collections/WeakKeyDictionary.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ICD.Common.Utils/Collections/WeakKeyDictionary.cs b/ICD.Common.Utils/Collections/WeakKeyDictionary.cs index 8801c2a..d8fc681 100644 --- a/ICD.Common.Utils/Collections/WeakKeyDictionary.cs +++ b/ICD.Common.Utils/Collections/WeakKeyDictionary.cs @@ -103,7 +103,6 @@ namespace ICD.Common.Utils.Collections } } - /// /// WeakDictionary keeps weak references to keys and drops key/value pairs once the key is garbage collected. ///