Add trailing new line to config.lua and theme.lua

This commit is contained in:
Alice Gaudon 2020-12-27 08:24:44 +01:00
parent e3cbb2f987
commit 37a94eb5ed
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
local config = require("default_config")
return config
return config

View File

@ -1,3 +1,3 @@
local theme = require("default_theme")
return theme
return theme