ctubbsii commented on code in PR #4768:
URL: https://github.com/apache/accumulo/pull/4768#discussion_r1694284601
##########
test/src/main/java/org/apache/accumulo/test/metrics/MetricsIT.java:
##########
@@ -114,7 +115,7 @@ public void confirmMetricsPublished() throws Exception {
METRICS_SCAN_RESERVATION_TOTAL_TIMER,
METRICS_SCAN_RESERVATION_WRITEOUT_TIMER,
METRICS_SCAN_TABLET_METADATA_CACHE);
- // @formatter:on
+ // formatter:on
Review Comment:
I'm not sure why this changed, but it has to have the starting character for
the formatter to respect it.
```suggestion
// @formatter:on
```
--
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]