Skip to content

Commit

Permalink
Merge branch 'prettifier-not-used-for-property-check' of github.com:m…
Browse files Browse the repository at this point in the history
…dedetrich/scalatest into mdedetrich-prettifier-not-used-for-property-check
  • Loading branch information
bvenners committed Nov 30, 2022
2 parents a10901d + 5682906 commit be82f09
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 be82f09

Please sign in to comment.