Skip to content

Commit

Permalink
Add space before type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Gustafson committed Apr 12, 2018
1 parent 1c5acf3 commit 7f93009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ class AdminClientIntegrationTest extends IntegrationTestHarness with Logging {

sendRecords(producers.head, 10, topicPartition)
var result = client.deleteRecords(Map(topicPartition -> RecordsToDelete.beforeOffset(5L)).asJava)
var lowWatermark:Option[Long] = Some(result.lowWatermarks.get(topicPartition).get.lowWatermark)
var lowWatermark: Option[Long] = Some(result.lowWatermarks.get(topicPartition).get.lowWatermark)
assertEquals(Some(5), lowWatermark)

for (i <- 0 until serverCount) {
Expand Down

0 comments on commit 7f93009

Please sign in to comment.