You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify total lines output by removing 'Other' count
The 'Other' lines calculation and display was removed from the total lines
statistics output since it's redundant (can be derived from total - code - comments).
The output string format in total_lines.cpp was simplified accordingly.
0 commit comments