mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove double quote from end of array snippet
This commit is contained in:
parent
21ec74e51c
commit
ceca16e507
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ define () ->
|
||||||
\\begin{array}{${1:cc}}
|
\\begin{array}{${1:cc}}
|
||||||
$2 & $3 \\\\\\\\
|
$2 & $3 \\\\\\\\
|
||||||
$4 & $5
|
$4 & $5
|
||||||
\\end{array}"
|
\\end{array}
|
||||||
"""
|
"""
|
||||||
meta: "env"
|
meta: "env"
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in a new issue