Skip to content

Commit 5e7eec6

Browse files
committed
Formatting
1 parent ec302fd commit 5e7eec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play-json/shared/src/test/scala/play/api/libs/json/JsLookupSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class JsLookupSpec extends AnyWordSpec with Matchers {
2121
}
2222

2323
"return None when calling asOpt on JsUndefined" in {
24-
result.asOpt[Int] mustEqual None
24+
result.asOpt[Int].mustEqual(None)
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)