fixing indentation
This commit is contained in:
parent
8ca2919319
commit
0da5a7f832
|
@ -31,7 +31,7 @@
|
||||||
new-world)
|
new-world)
|
||||||
|
|
||||||
|
|
||||||
|
;; Helper: produces the width and height of the element with the given id.
|
||||||
(define (width-and-height v element-id)
|
(define (width-and-height v element-id)
|
||||||
(define focused (view-focus v element-id))
|
(define focused (view-focus v element-id))
|
||||||
(values (view-width focused)
|
(values (view-width focused)
|
||||||
|
@ -126,4 +126,3 @@
|
||||||
(big-bang (make-world (list) #f)
|
(big-bang (make-world (list) #f)
|
||||||
(initial-view the-view)
|
(initial-view the-view)
|
||||||
(to-draw draw))
|
(to-draw draw))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user