From dd354e5caee002be931501062bf3aaa68f1d63e6 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 8 Jul 2022 10:28:59 -0500 Subject: [formatting] reorganized package exports --- src/core/container.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/container.lisp') diff --git a/src/core/container.lisp b/src/core/container.lisp index e5fe251..d332cb8 100644 --- a/src/core/container.lisp +++ b/src/core/container.lisp @@ -54,7 +54,7 @@ (defmethod add-unit ((container container) (unit unit)) "Adds a unit to the end of a container (thus affecting render -order). Makes sure to remove the unit from its current container if +order). Also removes the unit from its current container if necessary." (when (unit-container unit) (drop-unit unit)) -- cgit v1.2.3