From f366e1d56e2322888dfe0aad4e24260b24625678 Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Tue, 6 Sep 2022 21:19:43 -0500 Subject: [PATCH] Add missing newline --- soh/soh/Enhancements/randomizer/3drando/item_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/3drando/item_list.cpp b/soh/soh/Enhancements/randomizer/3drando/item_list.cpp index afc677cd4..60225501f 100644 --- a/soh/soh/Enhancements/randomizer/3drando/item_list.cpp +++ b/soh/soh/Enhancements/randomizer/3drando/item_list.cpp @@ -292,4 +292,4 @@ void NewItem(const uint32_t itemKey, const Item item) { std::array* GetFullItemTable_() { return &itemTable; -} \ No newline at end of file +}