Clean up a dangling reference.

This commit is contained in:
Xinhao Yuan 2022-05-23 23:35:00 -04:00
parent e413822ae1
commit 2e78636124
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ local layout = require(... .. ".layout")
local editor = require(... .. ".editor")
local switcher = require(... .. ".switcher")
local default_editor = editor.default_editor
local default_layout = layout.create{ name_func = default_name }
local default_layout = layout.create{}
local gcolor = require("gears.color")
local beautiful = require("beautiful")