Skip to content

Commit 925c26a

Browse files
committed
Fixed missing unsaved ,
1 parent a9d6e7e commit 925c26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/run.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func (c *ConsoleJudgeReport) Display() {
188188
c.Descs[i].CustomCase,
189189
output,
190190
getStderrDisplay(stat.Stderr),
191-
stat.Duration
191+
stat.Duration,
192192
})
193193
}
194194
t.SetStyle(table.StyleLight)

0 commit comments

Comments
 (0)