Skip to content

Commit e839a33

Browse files
authored
Merge pull request #1877 from lwronski/fix-scalafmt
Fix scalafmt in main branch
2 parents 3f9f795 + 2c1ff0a commit e839a33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project/publish.sc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,8 @@ def setShouldPublish() = T.command {
211211
sys.error("GITHUB_ENV not set")
212212
val charSet = Charset.defaultCharset()
213213
val nl = System.lineSeparator()
214-
os.write.append(os.Path(envFile, os.pwd), s"SHOULD_PUBLISH=${shouldPublish()}$nl".getBytes(charSet))
214+
os.write.append(
215+
os.Path(envFile, os.pwd),
216+
s"SHOULD_PUBLISH=${shouldPublish()}$nl".getBytes(charSet)
217+
)
215218
}

0 commit comments

Comments
 (0)