From 0c6982cd0531ffe56a47d35720574088fabd7295 Mon Sep 17 00:00:00 2001 From: farie82 Date: Fri, 22 May 2020 07:56:40 +0200 Subject: [PATCH] Adds missing EOF line --- code/modules/admin/verbs/logging_view.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/logging_view.dm b/code/modules/admin/verbs/logging_view.dm index ba8171990dc..cafaab8f1d7 100644 --- a/code/modules/admin/verbs/logging_view.dm +++ b/code/modules/admin/verbs/logging_view.dm @@ -17,4 +17,5 @@ GLOBAL_LIST_INIT(open_logging_views, list()) if(mobs_to_add?.len) cur_view.add_mobs(mobs_to_add) - cur_view.show_ui(usr) \ No newline at end of file + cur_view.show_ui(usr) +