fix rackunit formatting

Repairs mistake in 36f519fe64.
This commit is contained in:
Matthew Flatt 2012-08-14 13:53:21 -06:00
parent ae4613271c
commit 02d2b4dd62

View File

@ -35,9 +35,9 @@
(cond
[(= m n) s]
[(m . < . n)
(string-append (make-string (- n m) #\space) s)]
(string-append s (make-string (- n m) #\space))]
[else
(substring s (- m n))]))
(substring s n)]))
(define (display-check-info-name-value name value [value-printer write])
(display (string-pad-right