diff --git a/Content.Shared/Examine/ExamineSystemShared.cs b/Content.Shared/Examine/ExamineSystemShared.cs index 4372b7d516..72ea9dba65 100644 --- a/Content.Shared/Examine/ExamineSystemShared.cs +++ b/Content.Shared/Examine/ExamineSystemShared.cs @@ -385,6 +385,8 @@ namespace Content.Shared.Examine totalMessage.PushNewline(); } + totalMessage.TrimEnd(); + return totalMessage; }