summaryrefslogtreecommitdiff
path: root/graphics/asymptote/base/mapArray.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/base/mapArray.asy')
-rw-r--r--graphics/asymptote/base/mapArray.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/base/mapArray.asy b/graphics/asymptote/base/mapArray.asy
index 5a499b8c68..d6d75e9861 100644
--- a/graphics/asymptote/base/mapArray.asy
+++ b/graphics/asymptote/base/mapArray.asy
@@ -6,4 +6,4 @@ Dst[] map(MapType f, Src[] a) {
return sequence(
new Dst(int i) {return f(a[i]);},
a.length);
-} \ No newline at end of file
+}