mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
adjust indent
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
5bc4881c05
commit
3431d46573
1 changed files with 2 additions and 2 deletions
|
@ -120,9 +120,9 @@ interface List
|
|||
## Let's turn this example into a function.
|
||||
## ```
|
||||
## getRatings = \first ->
|
||||
## ratings = [first, 4, 3]
|
||||
## ratings = [first, 4, 3]
|
||||
##
|
||||
## { foo: ratings, bar: ratings }
|
||||
## { foo: ratings, bar: ratings }
|
||||
##
|
||||
## getRatings 5
|
||||
## ```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue