Very minor, but the codemod turns
import { not, and, eq, or, array, instanceOf, conditional } from 'ember-awesome-macros';
into
import {
not,
and,
eq,
or,
array,
instanceOf,
conditional
} from 'ember-awesome-macros';
even though it's not covered by the codemod.