From e8631d40dd1f3851043179111e1e5f5540255289 Mon Sep 17 00:00:00 2001 From: TobyThorne <45202681+TobyThorne@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:37:13 +0600 Subject: [PATCH] fix(orbit.dm): space after new PR #11240 --- code/modules/orbit/orbit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/orbit/orbit.dm b/code/modules/orbit/orbit.dm index cb271f8514f..8e3f26c0733 100644 --- a/code/modules/orbit/orbit.dm +++ b/code/modules/orbit/orbit.dm @@ -79,7 +79,7 @@ if(!istype(A)) return - new/datum/orbit(src, A, lockinorbit) + new /datum/orbit(src, A, lockinorbit) if(!orbiting) //something failed, and our orbit datum deleted itself return