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
If a block only has block as children, a blank line is written before that first block. It looks something like this:
step"Run a Script" {
action {
...
}
}
This is minor, but it would be good to remove this to keep files a little more compact. We would still want to keep this newline between any attributes and the first block (like shown below), but if there are no attributes the block should start on the first line.
If a block only has block as children, a blank line is written before that first block. It looks something like this:
This is minor, but it would be good to remove this to keep files a little more compact. We would still want to keep this newline between any attributes and the first block (like shown below), but if there are no attributes the block should start on the first line.
The text was updated successfully, but these errors were encountered: