Remove newline

This commit is contained in:
BlackMark 2020-07-05 21:30:46 +02:00
parent 285e99cee5
commit cdb5f8be39

View File

@ -88,7 +88,6 @@ float Monitor::getBrightness()
.arg(reinterpret_cast<qulonglong>(m_hMonitor), 0, 16)
.arg(reinterpret_cast<qulonglong>(m_physicalMonitor.handle), 0, 16)
.arg(getLastErrorString()));
return NAN;
}