Skip to content

Commit

Permalink
fix(orbit.dm): space after new
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyThorne authored Dec 18, 2023
1 parent 58ce479 commit e8631d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/orbit/orbit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8631d4

Please sign in to comment.