Make inline rendering explicit for review UI diff fragments.
Review Request #13522 — Created Feb. 5, 2024 and submitted — Latest diff uploaded
The render call for review UIs when rendering as a fragment for the diff
viewer was relying on the default value of theinline
parameter, which
confused me for a while. This change makes that value explicit in the
function call.
Ran unit tests.