aboutsummaryrefslogtreecommitdiff
path: root/batat.lua
diff options
context:
space:
mode:
Diffstat (limited to 'batat.lua')
-rw-r--r--batat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/batat.lua b/batat.lua
index 8f8b95a..e8b4a14 100644
--- a/batat.lua
+++ b/batat.lua
@@ -38,7 +38,7 @@ function worker(format)
-- Store remaining time information
table.insert(battery_info, (line:match("%%,%s(.*)") or "/"))
else
- return { "/", "/", "/" }
+ return {"/", "/", "/"}
end
end
f:close()