From 5dd5258429edd9fd2a299813f2ba2ce54180bdb4 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sat, 17 May 2025 18:49:15 +0200 Subject: [PATCH] Fix missing newline at end of C_MountJournal.lua --- C_MountJournal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C_MountJournal.lua b/C_MountJournal.lua index 64554ea..dc785cc 100644 --- a/C_MountJournal.lua +++ b/C_MountJournal.lua @@ -200,4 +200,4 @@ C_MountJournal = { --- @return nil --- Swaps the dynamic flight mode. SwapDynamicFlightMode = function() end, -} \ No newline at end of file +}