undo unnecessary deletion of newline

This commit is contained in:
Christopher Hafke 2020-04-11 15:54:58 -04:00 committed by Eashwar Mohan
parent e840ca40c7
commit 1256850a4d

View File

@ -174,6 +174,7 @@ export default function (options) {
response.set('Content-Type', 'text/html');
response.sendFile(path.join(`${dllPath}/${request.params[0]}`));
});
return { previewStats, managerStats, managerTotalTime, previewTotalTime, router };
});
}