What's the little red arrow in VS Code?

See here, between line 15 and 16. Does it just indicate a blank line? If so, why?

Red arrow in Visual Studio Code.


Solution 1:

It called a "Gutter Indicator".

It means a line has been deleted from the previous version of the file (based on git).