mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Clang-Format: set AllowShortLoopsOnASingleLine to false
				
					
				
			This commit is contained in:
		| @@ -25,7 +25,8 @@ TEST_CASE("MemoryPool::size()") { | ||||
|   SECTION("Doesn't grow when memory pool is full") { | ||||
|     const size_t variantCount = sizeof(buffer) / sizeof(VariantSlot); | ||||
|  | ||||
|     for (size_t i = 0; i < variantCount; i++) pool.allocVariant(); | ||||
|     for (size_t i = 0; i < variantCount; i++) | ||||
|       pool.allocVariant(); | ||||
|     size_t size = pool.size(); | ||||
|  | ||||
|     pool.allocVariant(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user