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
@@ -129,7 +129,7 @@ class CQueryRowCount implements SpiProfileTransactionEvent {
if (queryPlan.executionTime(rowCount, executionTimeMicros, query.getParentNode())) {
queryPlan.captureBindForQueryPlan(predicates, executionTimeMicros);
}
getTransaction().profileEvent(this);
t.profileEvent(this);
return rowCount;
} finally {