Skip to content

Commit

Permalink
Fix 4-space indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfeldman committed Aug 9, 2021
1 parent 3a428ef commit 18bc1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transformations.html
Expand Up @@ -667,10 +667,10 @@ <h2>Let expressions</h2>
<pre><code class="roc haskell">
functionWithLetDecs =
Pair three four =
Pair 3 4
Pair 3 4

hypotenuse = \a, b ->
Num.sqrt (a ^ 2 + b ^ 2)
Num.sqrt (a ^ 2 + b ^ 2)

hypotenuse three four

Expand Down

0 comments on commit 18bc1d7

Please sign in to comment.