Reformat sbt source (minor changes)

This commit is contained in:
jvican 2017-05-24 11:17:45 +02:00
parent fd4bf0e635
commit 2692bec21d
No known key found for this signature in database
GPG Key ID: 42DAFA0F112E8050
2 changed files with 3 additions and 3 deletions

View File

@ -17,4 +17,4 @@ object CorePlugin extends AutoPlugin {
Defaults.coreDefaultSettings
override lazy val globalSettings: Seq[Setting[_]] =
Defaults.globalSbtCore
}
}

View File

@ -6,7 +6,7 @@ import com.typesafe.sbt.site.SiteScaladocPlugin.autoImport._
import com.typesafe.sbt.sbtghpages.GhpagesPlugin.autoImport._
import com.typesafe.sbt.SbtGit, SbtGit.{ git, GitKeys }
import Sxr.{ sxr, sxrConf }
*/
*/
object Docs {
def settings: Seq[Setting[_]] = Nil
@ -52,5 +52,5 @@ object Docs {
IO.copy(toCopy)
repo
}
*/
*/
}