Update PartUtils.cpp

This commit is contained in:
Ficelloo 2023-07-06 21:05:51 +02:00 committed by GitHub
parent cb7258249d
commit 39e2b527eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@ bool
isArmSystem() isArmSystem()
{ {
Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage(); Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage();
return gs->contains("armInstall") && gs->value("armInstall").toBool(); return gs->contains( "armInstall" ) && gs->value( "armInstall" ).toBool();
} }
bool bool