fix: delete semicolons at the end of .cpp file's functions

my lsp is weird sometimes
This commit is contained in:
flow
2022-03-07 19:55:20 -03:00
parent 9c57b54a81
commit b3c2a56ece
3 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ void NetworkModAPI::searchMods(CallerType* caller, SearchArgs&& args) const
});
netJob->start();
};
}
void NetworkModAPI::getVersions(CallerType* caller, const QString& addonId) const
{
@ -57,4 +57,4 @@ void NetworkModAPI::getVersions(CallerType* caller, const QString& addonId) cons
});
netJob->start();
};
}