[partition] Coding style

This commit is contained in:
Adriaan de Groot 2021-08-31 14:03:04 +02:00
parent 09491e4cbb
commit 2f88ba0d3f

View File

@ -41,7 +41,8 @@ private:
DevicesTests::DevicesTests() DevicesTests::DevicesTests()
: m_d( std::make_unique< CalamaresUtils::Partition::KPMManager >() ) : m_d( std::make_unique< CalamaresUtils::Partition::KPMManager >() )
, m_isRoot( geteuid() == 0 ) , m_isRoot( geteuid() == 0 )
{} {
}
void void
DevicesTests::testKPMScanDevices() DevicesTests::testKPMScanDevices()