@devoncarew Tested on 2.0.0-dev.16.0. If dartfmt sees a line like this: ``` if (!identical(canonicalModelElement, this)) return canonicalModelElement?.href; ``` It will change it to: ``` if (!identical(canonicalModelElement, this)) return canonicalModelElement?.href; ``` I think it would be nice if this added braces.