Reformat
This commit is contained in:
parent
b7db5bb755
commit
05c43c716c
|
@ -1040,7 +1040,7 @@
|
||||||
(display (caddr e))
|
(display (caddr e))
|
||||||
(display ", got ")
|
(display ", got ")
|
||||||
(write (cadddr e)))
|
(write (cadddr e)))
|
||||||
|
|
||||||
((and (pair? e)
|
((and (pair? e)
|
||||||
(eq? (car e) 'bounds-error)
|
(eq? (car e) 'bounds-error)
|
||||||
(length= e 4))
|
(length= e 4))
|
||||||
|
|
Loading…
Reference in New Issue