mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 12:10:50 +08:00 
			
		
		
		
	Removed unused usings, removed empty spaces, removed tons os warnings (#903)
This commit is contained in:
		@@ -1,12 +1,12 @@
 | 
			
		||||
namespace Ocelot.AcceptanceTests.Caching
 | 
			
		||||
{
 | 
			
		||||
    using System;
 | 
			
		||||
    using System.Collections.Concurrent;
 | 
			
		||||
    using System.Linq;
 | 
			
		||||
    using CacheManager.Core;
 | 
			
		||||
    using CacheManager.Core.Internal;
 | 
			
		||||
    using CacheManager.Core.Logging;
 | 
			
		||||
    using CacheManager.Core.Utility;
 | 
			
		||||
    using System;
 | 
			
		||||
    using System.Collections.Concurrent;
 | 
			
		||||
    using System.Linq;
 | 
			
		||||
 | 
			
		||||
    public class InMemoryJsonHandle<TCacheValue> : BaseCacheHandle<TCacheValue>
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user