aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors-lando2022-11-13 23:16:12 +0000
committers-lando2022-11-13 23:16:12 +0000
commit75a7ff9378a90324d587bd37dd0861a52bdf0414 (patch)
tree7dc3d42dbd0f8782d8018fa5b37a2e76cbad6cfa
parent187a21d862e3f16eb995bfa64016c61ef20fd6be (diff)
newline formatting
-rw-r--r--entries/s-lando/fib.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/entries/s-lando/fib.ex b/entries/s-lando/fib.ex
index e4783d6..fae4d3c 100644
--- a/entries/s-lando/fib.ex
+++ b/entries/s-lando/fib.ex
@@ -16,4 +16,5 @@ defmodule Fib do
true -> fib2(n - 1, next, current + next)
end
end
+
end