Formatting / styling, minor refactoring

This commit is contained in:
Alexandre Archambault
2015-07-04 16:19:36 +02:00
parent edb1c6f2c5
commit 6f68abc4d6
2 changed files with 20 additions and 16 deletions
@@ -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) =