Skip to content

Commit

Permalink
Conform to existing code style and use locally to emphasize blocks …
Browse files Browse the repository at this point in the history
…used to control scope.
  • Loading branch information
sageserpent-open committed Apr 29, 2024
1 parent 8c8d67b commit ab3637e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class MapDecoratorTest {
)
)

{
locally {
// In this test case, none of the associated values collide across keys...

val theirChanges = Map(
Expand Down Expand Up @@ -129,7 +129,7 @@ class MapDecoratorTest {
Assert.assertEquals("Expect all the keys to appear in an outer join.", theirChanges.mergeByKey(ourChanges).keys, allKeys)
}

{
locally {
// In this test case, associated values collide across keys...

val theirChangesRedux = Map(
Expand Down

0 comments on commit ab3637e

Please sign in to comment.