From 3bfcb013c0e5eb45feba15d879850dc09e4bb388 Mon Sep 17 00:00:00 2001 From: git Date: Fri, 18 Apr 2025 00:10:03 +0000 Subject: [PATCH] * remove trailing spaces. [ci skip] --- benchmark/app_fib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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