Make CLASS constant prettier

...by removing the unnecessary { and } around the title to make it
easier to read in source form.
This commit is contained in:
Talia 2018-08-15 10:29:47 +02:00
parent 9a8141d73b
commit 52f65cb5ee

View file

@ -70,7 +70,7 @@ box = (box) -> tab{{box}}
CLASS = [[
print vim.col {
{ 'Class' } -- Title
'Class' -- Title
{
-- Members
}