mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
chore: apply light lints (#2570)
This commit is contained in:
@@ -124,7 +124,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
if (response.valid() && response.wait_for(0s) != std::future_status::timeout) {
|
||||
const auto result = response.get();
|
||||
const auto data = result.getData();
|
||||
const auto& data = result.getData();
|
||||
|
||||
if (const auto status = result.getStatusCode(); status != 0)
|
||||
responseText = "Status: " + std::to_string(result.getStatusCode()) + "\n\n" + data;
|
||||
|
||||
Reference in New Issue
Block a user