Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Jun 2, 2021
1 parent 9acc810 commit b498afb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ class CalculateMedianDurationsKtTest {

private fun result(
name: String,
duration: Long
duration: Long,
) = JUnit.TestResult(
className = name,
testName = name,
startAt = 0,
endsAt = duration,
stack = emptyList(),
status = JUnit.TestResult.Status.Passed,
suiteName = ""
suiteName = "",
)

0 comments on commit b498afb

Please sign in to comment.