Skip to content

Commit 817caa5

Browse files
authored
Add missing comma and tweak formatting
1 parent 86d0b03 commit 817caa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/benchmarks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ end
3636
############################################################################################
3737

3838
spec = (
39-
f = p -> 1.0 # p -> norm(to(p)),
39+
f = p -> 1.0, # p -> norm(to(p)),
4040
# TODO restore after v0.16 releas - Unitful intregrand not supported in v0.15
4141
g = (
4242
bezier = BezierCurve([Point(t, sin(t), 0) for t in range(-pi, pi, length = 361)]),
43-
triangle = Triangle(Point(1,0,0), Point(0,1,0), Point(0,0,1)),
43+
triangle = Triangle(Point(1, 0, 0), Point(0, 1, 0), Point(0, 0, 1)),
4444
tetrahedron = let
4545
a = Point(0, 3, 0)
4646
b = Point(-7, 0, 0)

0 commit comments

Comments
 (0)