mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
[fsresizer] Calamares oding style
This commit is contained in:
parent
39902d1c3f
commit
21fedfce65
1 changed files with 25 additions and 26 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue