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 22, 2022
1 parent 7233656 commit 153c852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/GenResources.scala
Expand Up @@ -238,7 +238,7 @@ trait 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 153c852

Please sign in to comment.