This way we get rid of the phantom spaces in the fitting case.
svn: r11767
This commit is contained in:
parent
402deaafe5
commit
d424cc4ef2
|
@ -180,8 +180,7 @@
|
|||
[formatted-contract-sexp
|
||||
(let ([one-line
|
||||
(let ([sp (open-output-string)])
|
||||
(parameterize ([pretty-print-print-line print-contract-liner]
|
||||
[pretty-print-columns 'infinity])
|
||||
(parameterize ([pretty-print-columns 'infinity])
|
||||
(pretty-print contract-sexp sp)
|
||||
(get-output-string sp)))])
|
||||
(if (< (string-length one-line) 30)
|
||||
|
|
Loading…
Reference in New Issue
Block a user