Fix indentation

This commit is contained in:
Dylan
2016-02-23 19:21:30 +11:00
parent 4f51ecca75
commit 6cd462ce55

1
fetch
View File

@@ -1411,7 +1411,6 @@ getbattery () {
battery="$(pmset -g batt | grep -o '[0-9]*%')"
;;
"Windows")
battery="$(wmic Path Win32_Battery get EstimatedChargeRemaining /value)"
battery=${battery/EstimatedChargeRemaining'='}