Addressing code review feedback

This commit is contained in:
Mitchell Sternke
2016-08-16 15:53:00 -07:00
parent c80a90331d
commit e33df61dc3

View File

@@ -123,7 +123,7 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
/// <summary> /// <summary>
/// Intellisense cache count access for testing. /// Intellisense cache count access for testing.
/// </summary> /// </summary>
public int GetCacheCount() internal int GetCacheCount()
{ {
return caches.Count; return caches.Count;
} }