Fix braces style (#888)

pull/890/head
bluehallu 8 years ago committed by Brett Wooldridge
parent c7442e7334
commit 3d53056583

@ -43,8 +43,7 @@ public class PrometheusMetricsTrackerFactory implements MetricsTrackerFactory
}
@Override
public IMetricsTracker create(String poolName, PoolStats poolStats)
{
public IMetricsTracker create(String poolName, PoolStats poolStats) {
Collector collector = new HikariCPCollector(poolName, poolStats).register(registry);
return new PrometheusMetricsTracker(poolName, collector, registry);
}

Loading…
Cancel
Save