Skip to content

Commit

Permalink
Use return {};
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Feb 16, 2022
1 parent 8ab1895 commit 86106e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/hid/hidiothread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ QByteArray HidIoThread::getFeatureReport(
<< m_deviceInfo.serialNumber() << ":"
<< mixxx::convertWCStringToQString(
hid_error(m_pHidDevice), kMaxHidErrorMessageSize);
return QByteArray();
return {};
}

lock.unlock();
Expand Down

0 comments on commit 86106e4

Please sign in to comment.