From cffaf8060134ded0c63b4041187ca98fe99fc865 Mon Sep 17 00:00:00 2001 From: Tsar-Salat <62388554+Tsar-Salat@users.noreply.github.com> Date: Fri, 16 Aug 2024 22:43:11 -0400 Subject: [PATCH] trailing newline --- code/__DEFINES/vv.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/vv.dm b/code/__DEFINES/vv.dm index 60ab64a237645..e917f39b6f6c9 100644 --- a/code/__DEFINES/vv.dm +++ b/code/__DEFINES/vv.dm @@ -181,4 +181,4 @@ // Flags for debug_variable() that do little things to what we end up rendering /// ALWAYS render a reduced list, useful for fuckoff big datums that need to be condensed for the sake of client load -#define VV_ALWAYS_CONTRACT_LIST (1<<0) \ No newline at end of file +#define VV_ALWAYS_CONTRACT_LIST (1<<0)