whitespace

This commit is contained in:
Johannes Rudolph 2012-10-24 10:37:06 +02:00
parent 1a20eee73c
commit eb54e20c56
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ import sbinary.{Format, DefaultProtocol}
object IvyGraphMLDependencies extends App {
case class ModuleId(organisation: String,
name: String,
version: String) {
name: String,
version: String) {
def idString: String = organisation+":"+name+":"+version
}
case class Module(id: ModuleId,