fixed formatting

This commit is contained in:
Dhruv Parthasarathy 2013-08-07 10:59:54 -07:00
parent c4f0e4d96d
commit 3a298681e4
2 changed files with 3 additions and 5 deletions

View File

@ -424,8 +424,7 @@ public class DruidMasterSegmentMergerTest
.withMasterSegmentSettings( .withMasterSegmentSettings(
new MasterSegmentSettings.Builder().withMergeBytesLimit( new MasterSegmentSettings.Builder().withMergeBytesLimit(
mergeBytesLimit mergeBytesLimit
) ).withMergeSegmentsLimit(
.withMergeSegmentsLimit(
mergeSegmentsLimit mergeSegmentsLimit
) )
.build() .build()

View File

@ -188,5 +188,4 @@ public class DruidMasterTest
master.moveSegment("from", "to", "dummySegment", null); master.moveSegment("from", "to", "dummySegment", null);
} }
} }