You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
The issue is related to line starts and ends, as it only occurs if the outer brackets are on the line start or end.
It occurs for both grow left and grow right
While developing I oven had strange non matching endings of functions. I investigated and found the following problem.
{:data (+ 1) 2}
You want to get this
{:data (+ 1 2)}
But when you grow (+ 1) to the right you get:
{:data (+ 1 2})
The text was updated successfully, but these errors were encountered: