Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm1 committed Jul 11, 2023
1 parent 5d3d869 commit c68fd65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ case class EngineSessionPage(parent: EngineTab)
Server {sessionStat.serverIp},
Session created at {formatDate(sessionStat.startTime)},
{
if (sessionStat.endTime == -1L) {
if (sessionStat.endTime < 0) {
""
} else {
s"""
Expand Down

0 comments on commit c68fd65

Please sign in to comment.