Skip to content

Commit

Permalink
scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas mccandless committed Oct 2, 2024
1 parent 76e44ee commit 57cd87b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ trait ArbiterLike extends PersistenceAware with CanReadHistory {
* @return a wrapped error with a useful message, or None if the measured test passed its requirement.
*/
final def voteWithSpikeFilter[T: TestExecutionRowLikeType](ballot: Ballot, testExecution: T): Option[Throwable] = {
val methodSignature: String = ballot.testId.id
val methodSignature: String = ballot.testId.id
val (spikeFilterEnabled, alertOnNth) = spikeFilterSettings(methodSignature)
voteWithSpikeFilter(ballot, testExecution, spikeFilterEnabled, alertOnNth)
}
Expand Down

0 comments on commit 57cd87b

Please sign in to comment.