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
Example processes components in e.g. hello world have no indent:
"""
echo '$greeting' > output.txt
"""
This means that when users copy them across to indented process bodies, the indents don't match. Just to keep things super smooth, would be nice if they all had indents matching their destination:
"""
echo '$greeting' > output.txt
"""
The text was updated successfully, but these errors were encountered:
Example processes components in e.g. hello world have no indent:
This means that when users copy them across to indented process bodies, the indents don't match. Just to keep things super smooth, would be nice if they all had indents matching their destination:
The text was updated successfully, but these errors were encountered: