Formatting

This commit is contained in:
Eugene Yokota 2020-09-21 22:29:08 -04:00
parent 18d9348905
commit 39090fa0d3
1 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,7 @@ object LMSysProp {
}
lazy val useGigahorse: Boolean = getOrFalse("sbt.gigahorse")
lazy val maxPublishAttempts: Int = java.lang.Integer.getInteger("sbt.repository.publish.attempts", 3)
lazy val maxPublishAttempts: Int =
java.lang.Integer.getInteger("sbt.repository.publish.attempts", 3)
}