Skip to content

Commit

Permalink
Merge pull request #1877 from lwronski/fix-scalafmt
Browse files Browse the repository at this point in the history
Fix scalafmt in main branch
  • Loading branch information
tgodzik authored Feb 22, 2023
2 parents 3f9f795 + 2c1ff0a commit e839a33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/publish.sc
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,8 @@ def setShouldPublish() = T.command {
sys.error("GITHUB_ENV not set")
val charSet = Charset.defaultCharset()
val nl = System.lineSeparator()
os.write.append(os.Path(envFile, os.pwd), s"SHOULD_PUBLISH=${shouldPublish()}$nl".getBytes(charSet))
os.write.append(
os.Path(envFile, os.pwd),
s"SHOULD_PUBLISH=${shouldPublish()}$nl".getBytes(charSet)
)
}

0 comments on commit e839a33

Please sign in to comment.