Skip to content

Commit 8d0cbd8

Browse files
committed
Take out extra space after array
1 parent 5994167 commit 8d0cbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LatexifyExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ end
253253
# Array of quantities with the same unit
254254
env --> :equation
255255
return Expr(
256-
:latexifymerge, ustrip.(a), has_unit_spacing(first(a)) ? "\\," : "", unit(first(a))
256+
:latexifymerge, ustrip.(a), unit(first(a))
257257
)
258258
end
259259

0 commit comments

Comments
 (0)