mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Test auto-style
This commit is contained in:
parent
ba341883b9
commit
d5f3549e71
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
def fib n
|
||||
def fib(n)
|
||||
if n < 3
|
||||
1
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue