Skip to content

Commit 8060e84

Browse files
[autofix.ci] apply automated fixes
1 parent 854b21a commit 8060e84

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scalalib/src/mill/scalalib/publish/SonatypeHelpers.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@ object SonatypeHelpers {
5252
val fileName = file.toString
5353
val command = "gpg" +: args :+ fileName
5454

55-
val processResult = os.call(command, env, workspace,
56-
stdin = os.Inherit,
57-
stdout = os.Inherit,
58-
stderr = os.Inherit)
55+
val processResult =
56+
os.call(command, env, workspace, stdin = os.Inherit, stdout = os.Inherit, stderr = os.Inherit)
5957
mill.util.ProcessUtil.toResult(processResult).getOrThrow
6058
os.Path(fileName + ".asc")
6159
}

0 commit comments

Comments
 (0)