File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -910,7 +910,7 @@ func fileSummarizeLong(input chan *FileJob) string {
910
910
911
911
if UlocMode {
912
912
str .WriteString (fmt .Sprintf (tabularWideUlocLanguageFormatBody , len (ulocLanguageCount [summary .Name ])))
913
- if summary .Name != language [len (language )- 1 ].Name {
913
+ if ! Files && summary .Name != language [len (language )- 1 ].Name {
914
914
str .WriteString (tabularWideBreakCi )
915
915
}
916
916
}
@@ -1072,7 +1072,7 @@ func fileSummarizeShort(input chan *FileJob) string {
1072
1072
1073
1073
if UlocMode {
1074
1074
str .WriteString (fmt .Sprintf (tabularShortUlocLanguageFormatBody , len (ulocLanguageCount [summary .Name ])))
1075
- if summary .Name != language [len (language )- 1 ].Name {
1075
+ if ! Files && summary .Name != language [len (language )- 1 ].Name {
1076
1076
str .WriteString (tabularShortBreakCi )
1077
1077
}
1078
1078
}
You can’t perform that action at this time.
0 commit comments