From 69a84c035e29edfe42e9c7b574b16eb8f5184120 Mon Sep 17 00:00:00 2001 From: ParticleG Date: Tue, 21 Feb 2023 14:54:28 +0800 Subject: [PATCH] - Remove trailing spaces --- conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.lua b/conf.lua index 99c333c2..f66d41bf 100644 --- a/conf.lua +++ b/conf.lua @@ -56,5 +56,5 @@ function love.conf(t) W.title="Techmino "..require "version".string -- Window title if fs.getInfo('media/image/icon.png') then W.icon='media/image/icon.png' - end + end end