aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2021-03-20 12:29:38 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2021-03-20 12:29:38 +0100
commit127b82059475fbd357de5ee11030669e8e0fbc65 (patch)
tree884a26d25406ad266bcb00db3f89b427e5549ae2
parentfd3e72eeb006bb685fcf6926f344e6eccceb3e87 (diff)
downloadvis-spellcheck-127b82059475fbd357de5ee11030669e8e0fbc65.tar.gz
remove whitespace in copyright header
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 40253f2..bec5899 100644
--- a/init.lua
+++ b/init.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2021 Florian Fischer. All rights reserved.
+-- Copyright (c) 2021 Florian Fischer. All rights reserved.
-- Use of this source code is governed by a MIT license found in the LICENSE file.
local source_str = debug.getinfo(1, "S").source:sub(2)
local script_path = source_str:match("(.*/)")