Skip to content

Commit

Permalink
Fix Scala 2.12 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Sep 30, 2023
1 parent 74f8d5f commit f79bc25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object OrderedGroupByExt {
}
builder += i
}
map.view.mapValues(_.result).toMap
map.mapValues(_.result).toMap
}
}
}

0 comments on commit f79bc25

Please sign in to comment.