fix: delete semicolons at the end of .cpp file's functions
my lsp is weird sometimes
This commit is contained in:
parent
9c57b54a81
commit
b3c2a56ece
3 changed files with 5 additions and 5 deletions
|
@ -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();
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue