summaryrefslogtreecommitdiffstats
path: root/dimension
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-06-26 15:48:10 -0600
committerTavian Barnes <tavianator@gmail.com>2011-07-19 11:36:42 -0600
commite683539695c720e559139ffd58e1786fbb1ea06c (patch)
treed5ac95ac96230ffc3bc29e050f88b3b9adeeebf9 /dimension
parent063b2bd9a3d7b29a79bb0c301173a08446d5e4e9 (diff)
downloaddimension-e683539695c720e559139ffd58e1786fbb1ea06c.tar.xz
Fix up formatting a bit in complex test.
Diffstat (limited to 'dimension')
-rw-r--r--dimension/tests/complex.dmnsn4
1 files changed, 2 insertions, 2 deletions
diff --git a/dimension/tests/complex.dmnsn b/dimension/tests/complex.dmnsn
index 3316a8b..6aa65d1 100644
--- a/dimension/tests/complex.dmnsn
+++ b/dimension/tests/complex.dmnsn
@@ -18,7 +18,7 @@
#########################################################################
camera = PerspectiveCamera(location = (3, 6, -11),
- look_at = 0)
+ look_at = 0)
background = 0.5*Color(0.73, 0.90, 0.97)
@@ -62,7 +62,7 @@ def make_sphere(x, y, z, size):
)
)
-size = 10;
+size = 10
for x in range(size):
for y in range(size):
for z in range(size):