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:
parent
9a8141d73b
commit
52f65cb5ee
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ box = (box) -> tab{{box}}
|
||||||
|
|
||||||
CLASS = [[
|
CLASS = [[
|
||||||
print vim.col {
|
print vim.col {
|
||||||
{ 'Class' } -- Title
|
'Class' -- Title
|
||||||
{
|
{
|
||||||
-- Members
|
-- Members
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue