[libcalamares] One missing bit of coding style

This commit is contained in:
Adriaan de Groot 2019-08-04 23:00:03 +02:00
parent 1afa9c4d08
commit 19ca1b3c30

View file

@ -197,7 +197,9 @@ QString
PythonJob::prettyStatusMessage() const
{
if ( m_description.isEmpty() )
{
return tr( "Running %1 operation." ).arg( QDir( m_workingPath ).dirName() );
}
else
{
return m_description;