Skip to content

Commit cd53186

Browse files
committed
Fix formatting in SystemMonitor documentation and ensure newline at end of file
1 parent 2f2d3b1 commit cd53186

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

photon-core/src/main/java/org/photonvision/common/hardware/metrics/SystemMonitor.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ protected SystemMonitor() {
148148
/**
149149
* Returns a comma-separated list of additional thermal zone types that should be checked to get
150150
* the CPU temperature on Unix systems. The temperature will be reported for the first temperature
151-
* zone with a type that matches an item of this list. If the CPU temperature isn't being
152-
* reported correctly for a coprocessor, override this method to return a string with type
153-
* associated with the thermal zone for that coprocessor.
151+
* zone with a type that matches an item of this list. If the CPU temperature isn't being reported
152+
* correctly for a coprocessor, override this method to return a string with type associated with
153+
* the thermal zone for that coprocessor.
154154
*
155155
* @return String containing a comma-separated list of thermal zone types for reading CPU
156156
* temperature.
@@ -581,4 +581,4 @@ private double timeIt(StringBuilder sb, Supplier<String> source) {
581581
sb.append(String.format(" %7.3f ms >> %s\n", delta, resp));
582582
return delta;
583583
}
584-
}
584+
}

0 commit comments

Comments
 (0)