Bug 1604600-Remove redundant return in void function. r=sylvestre

Differential Revision: https://phabricator.services.mozilla.com/D57933

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Manish Giri 2019-12-20 08:48:51 +00:00
Родитель 1a19a8da92
Коммит eb3cb04d9d
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -80,7 +80,6 @@ void StructuredSpewer::tryToInitializeOutput(const char* path) {
// These logs are structured as a JSON array.
output_.put("[");
json_.emplace(output_);
return;
}
// Treat pattern like a glob, and return true if pattern exists