Skip to content

Commit ea7be5b

Browse files
committed
Fix formatting in 2d.jl by adjusting whitespace for improved readability
1 parent cc187ce commit ea7be5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

example/2d.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using FastPointQuery
22
using WGLMakie
33

4-
points = rand(100, 2)
5-
poly = get_polygon(points, ratio=0.1)
6-
stl_file = joinpath(@__DIR__, "2d_hole.stl")
4+
points = rand(100, 2)
5+
poly = get_polygon(points, ratio=0.1)
6+
stl_file = joinpath(@__DIR__, "2d_hole.stl")
77
stl_model = readSTL2D(stl_file)
88

99
pip_query(poly, 0, 0.2)

0 commit comments

Comments
 (0)