зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1603690 - Remove a redundant return statement and removed empty lines. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D57086 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
9e59ec2b0d
Коммит
b1fed54115
|
@ -2373,8 +2373,6 @@ void ScriptLoader::ProcessDynamicImport(ModuleLoadRequest* aRequest) {
|
|||
if (NS_FAILED(rv)) {
|
||||
FinishDynamicImport(aRequest, rv);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
void ScriptLoader::FireScriptAvailable(nsresult aResult,
|
||||
|
|
Загрузка…
Ссылка в новой задаче