From 5628e32e540b437156f30ddb15779880f9a1eb59 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:19:01 +0100 Subject: [PATCH] clang --- common/serialization/subtitles/subtitles.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/serialization/subtitles/subtitles.cpp b/common/serialization/subtitles/subtitles.cpp index 776e4cf20c..e61fb98303 100644 --- a/common/serialization/subtitles/subtitles.cpp +++ b/common/serialization/subtitles/subtitles.cpp @@ -7,8 +7,7 @@ static const std::unordered_map s_text_ver_enum_map = { {"jak1-v1", GameTextVersion::JAK1_V1}, - {"jak1-v2", GameTextVersion::JAK1_V1} -}; + {"jak1-v2", GameTextVersion::JAK1_V1}}; // TODO - why not just return the inputs instead of passing in an empty one? void open_text_project(const std::string& kind,