This id the right formatting (I've seen it in stdl...
# language-proposals
v
This id the right formatting (I've seen it in stdlib and other projects):
Copy code
= if (theThingWithTheStuff.getTheStuffFromTheThing()) 
        foo()
    else 
        bar()