Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 31, 2024
1 parent 461250f commit dcccb46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/tst_freetype.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dcccb46

Please sign in to comment.