diff options
author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-20 12:29:38 +0100 |
---|---|---|
committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-20 12:29:38 +0100 |
commit | 127b82059475fbd357de5ee11030669e8e0fbc65 (patch) | |
tree | 884a26d25406ad266bcb00db3f89b427e5549ae2 /init.lua | |
parent | fd3e72eeb006bb685fcf6926f344e6eccceb3e87 (diff) | |
download | vis-spellcheck-127b82059475fbd357de5ee11030669e8e0fbc65.tar.gz |
remove whitespace in copyright header
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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("(.*/)") |