correct typo

This commit is contained in:
mrbesen 2023-04-27 21:27:21 +02:00
parent 3bad69fbaa
commit 62a8eeac77
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Result BothWriter::start(
const Environment &environment,
Stats *stats) {
Expects(_html != nullptr);
Expects(_html != nullptr);
Expects(_json != nullptr);
Result res = _html->start(settings, environment, stats);
if(res.isError()) {