Skip to content

Commit

Permalink
Fix prettifier not being used for property check
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Oct 23, 2022
1 parent aabbc9c commit 7962ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/GenResources.scala
Expand Up @@ -198,7 +198,7 @@ object GenResourcesJSVM extends GenResources {
|
|private[$packageName] object FailureMessages {
|
|def decorateToStringValue(prettifier: org.scalactic.Prettifier, o: Any): String = org.scalactic.Prettifier.default(o)
|def decorateToStringValue(prettifier: org.scalactic.Prettifier, o: Any): String = prettifier.apply(o)
|
|$methods
|
Expand Down

0 comments on commit 7962ca7

Please sign in to comment.