mirror of https://github.com/sbt/sbt.git
whitespace
This commit is contained in:
parent
1a20eee73c
commit
eb54e20c56
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue