Skip to content

Commit

Permalink
Better format longest-length comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoBasso committed Nov 26, 2017
1 parent 1f339bc commit 507ff27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 10-accumulators/dq01-longest-length-tr.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
(longest-length (cdr los) max-len-so-far)))]))]
(longest-length los0 0)))

;
;
; `longest-length` is tail-recursive because we return from either the `if` or
; the `else` clauses directly by recursively calling `longest-length`. The
Expand Down

0 comments on commit 507ff27

Please sign in to comment.