mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
Formatting / styling, minor refactoring
This commit is contained in:
@@ -29,8 +29,8 @@ case class Coursier(
|
||||
|
||||
def fileRepr(f: File) = f.toString
|
||||
|
||||
val logger: MavenRepository.Logger with FilesLogger =
|
||||
new MavenRepository.Logger with FilesLogger {
|
||||
val logger: MavenRepository.Logger with Files.Logger =
|
||||
new MavenRepository.Logger with Files.Logger {
|
||||
def println(s: String) = Console.err.println(s)
|
||||
|
||||
def downloading(url: String) =
|
||||
|
||||
Reference in New Issue
Block a user