summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmark/app_fib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/app_fib.rb b/benchmark/app_fib.rb
index e61bc8aa32..213912d772 100644
--- a/benchmark/app_fib.rb
+++ b/benchmark/app_fib.rb
@@ -1,4 +1,4 @@
-def fib(n)
+def fib(n)
if n < 3
1
else