[fsresizer] Calamares oding style

This commit is contained in:
Adriaan de Groot 2018-10-01 04:22:25 -04:00
parent 39902d1c3f
commit 21fedfce65

View File

@ -236,8 +236,7 @@ ResizeFSJob::exec()
if ( !isValid() )
return Calamares::JobResult::error(
tr( "Invalid configuration" ),
tr( "The file-system resize job has an invalid configuration "
"and will not run." ) );
tr( "The file-system resize job has an invalid configuration and will not run." ) );
// Get KPMCore
auto backend_p = CoreBackendManager::self()->backend();