mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Fix code format errors due to changes in default coding style. (#150)
This commit is contained in:
@ -109,7 +109,7 @@ void SelectVolume::load(const QString &json, const QString &searchString)
|
||||
ScraperSelector::load(json, searchString);
|
||||
}
|
||||
|
||||
SelectVolume::~SelectVolume() {}
|
||||
SelectVolume::~SelectVolume() { }
|
||||
|
||||
void SelectVolume::loadVolumeInfo(const QModelIndex &omi)
|
||||
{
|
||||
|
Reference in New Issue
Block a user