adjust indent

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-03-08 14:50:10 +01:00 committed by GitHub
parent 5bc4881c05
commit 3431d46573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
## ```