From cd6d8df243b638afe096671ac3a806462c51a008 Mon Sep 17 00:00:00 2001 From: neru Date: Tue, 7 Apr 2026 01:04:20 -0300 Subject: [PATCH] style: formatting --- src/unlocker/spoofing.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/unlocker/spoofing.cpp b/src/unlocker/spoofing.cpp index 30ba955..8fc3cd0 100644 --- a/src/unlocker/spoofing.cpp +++ b/src/unlocker/spoofing.cpp @@ -442,10 +442,7 @@ void Spoofer::serverResponseHandler(const std::string& url, std::string& body, s modifyCharacterData(mock); size_t firstSpace = respHeaders.find(' '); - if (firstSpace != std::string::npos) - { - respHeaders.replace(firstSpace + 1, 3, "200"); - } + if (firstSpace != std::string::npos) respHeaders.replace(firstSpace + 1, 3, "200"); body = mock.dump(); return;