aboutsummaryrefslogtreecommitdiff
path: root/examples/mandelbrot.sloth
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mandelbrot.sloth')
-rw-r--r--examples/mandelbrot.sloth2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mandelbrot.sloth b/examples/mandelbrot.sloth
index fc2edaa..275d32b 100644
--- a/examples/mandelbrot.sloth
+++ b/examples/mandelbrot.sloth
@@ -1,4 +1,4 @@
-fn main() Int{
+fn main() Int {
# Configure
var size = 1000.0;
var maxVal = 4.0;