Skip to content

Commit 25c4cf5

Browse files
committed
test 8
1 parent c68a5e6 commit 25c4cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

termux-x11/src/main/java/com/termux/x11/controller/winhandler/TaskManagerDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private void updateCPUInfoView() {
207207

208208
// 直接尝试获取温度,失败就返回-1
209209
float cpuTemperature = getCPUTemperatureViaAndroidAPI();
210-
Log.d("test",cpuTemperature)
210+
Log.d("test", cpuTemperature)
211211
String temperatureText = (cpuTemperature >= 0) ?
212212
String.format(" | %.1f°C", cpuTemperature) : "";
213213

0 commit comments

Comments
 (0)