@ChrisRackauckas could the rule that sends
rn = @reaction_network begin
k/$V, A + B --> C
end k
to
rn = @reaction_network begin k / $V, A + B --> C end k
be changed to keep the former? I'm having to disable the formatter in Catalyst in a bunch of places to avoid such changes, which decrease readability.