[users] Remove stray ;

This commit is contained in:
Adriaan de Groot 2024-04-28 14:37:19 +02:00
parent 19aa96fe54
commit 5a90e0bc6a

View File

@ -51,7 +51,6 @@ ActiveDirectoryJob::exec()
if ( !m_ip.isEmpty() ) if ( !m_ip.isEmpty() )
{ {
const QString hostsFilePath = Calamares::System::instance()->targetPath( QStringLiteral( "/etc/hosts" ) ); const QString hostsFilePath = Calamares::System::instance()->targetPath( QStringLiteral( "/etc/hosts" ) );
;
QFile hostsFile( hostsFilePath ); QFile hostsFile( hostsFilePath );
if ( hostsFile.open( QIODevice::Append | QIODevice::Text ) ) if ( hostsFile.open( QIODevice::Append | QIODevice::Text ) )
{ {