Skip to content

Commit fbddcc8

Browse files
committed
ws
1 parent 9b2a353 commit fbddcc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/game/web.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@
162162

163163
(my-defun game 'object-to-ml :around ()
164164
(aif (my game-over)
165-
(<h2 (apply 'message-to-ml it) " " (my play-again-ml) "?")
166-
(call-next-method)))
165+
(<h2 (apply 'message-to-ml it) " " (my play-again-ml) "?")
166+
(call-next-method)))
167167

168168
(defun current-web-controller (controller)
169169
(and (web-state-p controller)

0 commit comments

Comments
 (0)