From 37a94eb5edba3be32d391198ac340c0caa1ebd59 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sun, 27 Dec 2020 08:24:44 +0100 Subject: [PATCH] Add trailing new line to config.lua and theme.lua --- config.lua | 2 +- theme.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index 4116bc7..526175c 100644 --- a/config.lua +++ b/config.lua @@ -1,3 +1,3 @@ local config = require("default_config") -return config \ No newline at end of file +return config diff --git a/theme.lua b/theme.lua index 62c006c..83059c4 100644 --- a/theme.lua +++ b/theme.lua @@ -1,3 +1,3 @@ local theme = require("default_theme") -return theme \ No newline at end of file +return theme