wu-sheng commented on code in PR #9813:
URL: https://github.com/apache/skywalking/pull/9813#discussion_r999091373
##########
oap-server/oal-rt/src/main/java/org/apache/skywalking/oal/rt/parser/DeepAnalysis.java:
##########
@@ -37,7 +37,8 @@
public class DeepAnalysis {
public AnalysisResult analysis(AnalysisResult result) {
// 1. Set sub package name by source.metrics
- Class<? extends Metrics> metricsClass =
MetricsHolder.find(result.getAggregationFuncStmt().getAggregationFunctionName());
+ Class<? extends Metrics> metricsClass = MetricsHolder.find(
+ result.getAggregationFuncStmt().getAggregationFunctionName());
Review Comment:
I think this is only a format change? And should be reverted too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]