The deploy remote diff check added in #10314 can produce slightly awkward diffs like the following:

Where addition/removal lines aren't grouped together (the - ], should be adjacent to the other - lines and not isolated with the + ] between it and the other - lines).
I'm creating this ticket to remember to address this small awkward quirk.
The deploy remote diff check added in #10314 can produce slightly awkward diffs like the following:

Where addition/removal lines aren't grouped together (the
- ],should be adjacent to the other-lines and not isolated with the+ ]between it and the other-lines).I'm creating this ticket to remember to address this small awkward quirk.