Skip to content

Commit 5e42e93

Browse files
authored
Merge pull request #4115 from tgodzik/fix-format
chore: Fix formatting
2 parents 62b3ef7 + 3768cd0 commit 5e42e93

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

modules/integration/src/test/scala/scala/cli/integration/UpdateTests.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ class UpdateTests extends ScalaCliSuite {
106106
}
107107
}
108108

109-
if (!Properties.isWin && !Properties.isMac && Constants.ghOrg == "VirtusLab" && Constants.ghName == "scala-cli")
109+
if (
110+
!Properties.isWin && !Properties.isMac && Constants.ghOrg == "VirtusLab" &&
111+
Constants.ghName == "scala-cli"
112+
)
110113
test("updating dummy scala-cli using update command") {
111114
TestUtil.retryOnCi()(runUpdate())
112115
}

0 commit comments

Comments
 (0)