aboutsummaryrefslogtreecommitdiff
path: root/examples/mandelbrot.sloth
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mandelbrot.sloth')
-rw-r--r--examples/mandelbrot.sloth1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/mandelbrot.sloth b/examples/mandelbrot.sloth
index 09286bd..4d93e3d 100644
--- a/examples/mandelbrot.sloth
+++ b/examples/mandelbrot.sloth
@@ -29,7 +29,6 @@ fn main() Int {
var plane = 4.0;
# loop over coordinates
-
for x in 0..as_int(size) {
for y in 0..as_int(size) {
# Initialize