Skip to content

Commit 5f4e646

Browse files
committed
Fixed missing unsaved ,
1 parent e0b1456 commit 5f4e646

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
@@ -184,7 +184,7 @@ func (c *ConsoleJudgeReport) Display() {
184184
c.Descs[i].CustomCase,
185185
output,
186186
getStderrDisplay(stat.Stderr),
187-
stat.Duration
187+
stat.Duration,
188188
})
189189
}
190190
t.SetStyle(table.StyleLight)

0 commit comments

Comments
 (0)