mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
chore: apply light lints (#2570)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
while (true) {
|
||||
const auto result = splashWindow->loop();
|
||||
if (result.has_value()) {
|
||||
if (result.value() == false) {
|
||||
if (!result.value()) {
|
||||
ImHexApi::System::impl::addInitArgument("tasks-failed");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user