From dcccb4610dfc29632e60997daaaf4f2b7a7bcf3e Mon Sep 17 00:00:00 2001 From: t-bltg Date: Thu, 31 Oct 2024 09:47:31 +0100 Subject: [PATCH] format --- test/tst_freetype.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/tst_freetype.jl b/test/tst_freetype.jl index 4c7f02c6..e0fd9f17 100644 --- a/test/tst_freetype.jl +++ b/test/tst_freetype.jl @@ -252,9 +252,7 @@ end mktempdir() do dir n = 100 fontfiles = map(1:n) do i - p = joinpath(dir, "hack_regular_$i.ttf") - cp(joinpath(FT_DIR, "hack_regular.ttf"), p) - p + cp(joinpath(FT_DIR, "hack_regular.ttf"), joinpath(dir, "hack_regular_$i.ttf")) end Threads.@threads for f in fontfiles fo = FTE.FTFont(f)