1
0
mirror of synced 2024-11-13 18:50:53 +01:00

fix: Weird indentation

This commit is contained in:
WerWolv 2023-10-22 23:06:35 +02:00
parent 9fdd4670b7
commit 215e1ffdc8

View File

@ -740,7 +740,7 @@ namespace hex::plugin::builtin {
value = wolv::util::trim(value);
return BinaryPattern(value);
}();
}();
const auto address = [value = value] mutable -> std::optional<u64> {
value = wolv::util::trim(value);
@ -761,7 +761,7 @@ namespace hex::plugin::builtin {
return std::nullopt;
return result;
}();
}();
if (!address)
return false;