From 719b7b9038adcd19c1968ef718d3e51ec45414d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 24 Apr 2024 10:13:09 +0200 Subject: [PATCH] Missing newline --- test/caching_allocations.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/caching_allocations.jl b/test/caching_allocations.jl index fb7eaa4..5ba22ac 100644 --- a/test/caching_allocations.jl +++ b/test/caching_allocations.jl @@ -60,4 +60,4 @@ end _alloc_test(YY, +, YY, Y, 2) _alloc_test(YY, +, Y, YY, 2) end -end \ No newline at end of file +end