cargo fmt

This commit is contained in:
Eric Seppanen
2021-04-26 09:36:22 -07:00
parent b361558a8a
commit fdf6829de5
2 changed files with 20 additions and 14 deletions

View File

@@ -187,7 +187,7 @@ impl WalRedoManagerInternal {
let _ = request.response_channel.send(result);
if !result_ok {
error!("wal-redo-postgres filed to apply request {:?}", request);
error!("wal-redo-postgres filed to apply request {:?}", request);
}
}
}