Sorry, checkstyle

This commit is contained in:
Justin Borromeo 2019-03-07 11:03:01 -08:00
parent 6dc53b311c
commit fb966def83
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ public class ScanQueryRunnerFactoryTest
}
// check the values are correct
for(int i = 0; i < query.getLimit() && i < output.size(); i++) {
for (int i = 0; i < query.getLimit() && i < output.size(); i++) {
Assert.assertEquals((long) expectedEventTimestamps.get(i), output.get(i).getFirstEventTimestamp(resultFormat));
}
}