Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrypekar committed Dec 9, 2015
1 parent 6328d8a commit d4c4072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ly/stealth/mesos/kafka/MesosTestCase.scala
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class MesosTestCase {
.map(r => Value.Range.newBuilder().setBegin(r.start).setEnd(r.end).build())
}

// parses resources definition like: cpus:0.5, cpus(kafka):0.3, mem:128, ports(kafka):1000..2000
// parses resources definition like: cpus:0.5; cpus(kafka):0.3; mem:128; ports(kafka):1000..2000
// Must parse the following
// disk:73390
// disk(*):73390
Expand Down

0 comments on commit d4c4072

Please sign in to comment.