Actually test auto-style

My editor deleted trailing spaces which I meant to leave
This commit is contained in:
Takashi Kokubun 2025-04-18 09:04:24 +09:00
parent d5f3549e71
commit 2da80242a9

View file

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