No effective change - tidy only

This commit is contained in:
rob bygrave
2019-11-10 11:36:28 +13:00
parent 615a2aea46
commit a7116d1606
7 changed files with 6 additions and 7 deletions
@@ -31,5 +31,4 @@ public class QueryFutureRowCount<T> extends BaseFuture<Integer> implements Futur
return super.cancel(mayInterruptIfRunning);
}
}