summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2025-04-18 00:10:03 +0000
committergit <svn-admin@ruby-lang.org>2025-04-18 00:10:03 +0000
commit3bfcb013c0e5eb45feba15d879850dc09e4bb388 (patch)
tree2d7ab583a0e3931905b420081cebbb5bb43bd5d6
parentbcacf7c849bdc835221f2899e358dd640f1f5042 (diff)
* remove trailing spaces. [ci skip]
-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 09989e9def..e61bc8aa32 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