* remove trailing spaces. [ci skip]

This commit is contained in:
git 2025-04-18 00:10:03 +00:00
parent bcacf7c849
commit 3bfcb013c0

View File

@ -1,4 +1,4 @@
def fib(n)
def fib(n)
if n < 3
1
else