chore(hosts): drop redundant return {} from host lua files

require() only needs the module's side effects; the returned value is
ignored by hyprland.lua. Chester.lua and example.lua now match
Rutherford.lua in ending after their config statements.
This commit is contained in:
Jeena 2026-08-24 10:05:13 +09:00
parent 6365e1d122
commit d0cfa59fb0
2 changed files with 0 additions and 4 deletions

View file

@ -9,5 +9,3 @@ hl.monitor({
position = "0x0",
scale = 1.5,
})
return {}