summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/triangle.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/triangle.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/triangle.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/triangle.asy b/Master/texmf-dist/doc/asymptote/examples/triangle.asy
index 60388a78515..e3f9c1f5889 100644
--- a/Master/texmf-dist/doc/asymptote/examples/triangle.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/triangle.asy
@@ -2,7 +2,7 @@ size(0,100);
import geometry;
triangle t=triangle(b=3,alpha=90,c=4);
-
+
dot((0,0));
draw(t);