Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 3, 2023
1 parent ce3c842 commit b0a878c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class ActorSystemSpec extends PekkoSpec {
"not include username in toString" in {
// Actor System toString is output to logs and we don't want env variable values appearing in logs
val system = ActorSystem(Behaviors.empty[String], "config-test-system",
ConfigFactory
.parseString("""pekko.test.java.property.home = "${user.home}"""")
.withFallback(PekkoSpec.testConf))
ConfigFactory
.parseString("""pekko.test.java.property.home = "${user.home}"""")
.withFallback(PekkoSpec.testConf))
try {
val debugText = system.settings.toString
val username = System.getProperty("user.name")
Expand Down

0 comments on commit b0a878c

Please sign in to comment.