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:
parent
6365e1d122
commit
d0cfa59fb0
2 changed files with 0 additions and 4 deletions
|
|
@ -9,5 +9,3 @@ hl.monitor({
|
|||
position = "0x0",
|
||||
scale = 1.5,
|
||||
})
|
||||
|
||||
return {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue