Skip to content

Commit

Permalink
comma fix in benchmarks to support scala 2.11.*
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Owczarek committed Feb 8, 2019
1 parent 17c6eca commit 7e1b255
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ object ModelPropertyWithSeqListeners extends BenchmarkUtils {
("direct Seq model property", () => {
val p = ModelProperty(model)
(p, p)
}),
})
)

private def benchmarks[T <: ModelWithSeqItem : ModelPropertyCreator](model: T, seqLabel: String): Seq[Benchmark[Unit]] =
Expand Down

0 comments on commit 7e1b255

Please sign in to comment.