From 39e2b527eb1609118ec5701e346b9af0f183fd0e Mon Sep 17 00:00:00 2001 From: Ficelloo <59775826+Ficelloo@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:05:51 +0200 Subject: [PATCH] Update PartUtils.cpp --- src/modules/partition/core/PartUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/partition/core/PartUtils.cpp b/src/modules/partition/core/PartUtils.cpp index c82c78563..c7c8da074 100644 --- a/src/modules/partition/core/PartUtils.cpp +++ b/src/modules/partition/core/PartUtils.cpp @@ -444,7 +444,7 @@ bool isArmSystem() { Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage(); - return gs->contains("armInstall") && gs->value("armInstall").toBool(); + return gs->contains( "armInstall" ) && gs->value( "armInstall" ).toBool(); } bool