diff --git a/code/modules/research/xenobiology/xenobio_camera.dm b/code/modules/research/xenobiology/xenobio_camera.dm index 88877f611e..ee89756000 100644 --- a/code/modules/research/xenobiology/xenobio_camera.dm +++ b/code/modules/research/xenobiology/xenobio_camera.dm @@ -493,4 +493,4 @@ to_chat(user, span_notice("You eject [current_potion] from [src].")) if(!user.put_in_hands(current_potion)) current_potion.forceMove(drop_location()) - current_potion = null \ No newline at end of file + current_potion = null