'Coefplot - error in code but it worked in the past

I am running a dofile that I have ran in the past several times. For some reason, now when I run the command for coefplot I am getting the invalid syntax error. I am not sure what I am missing as I have generated this figure a few times in the past. Did Stata update the command, I am not sure where my error is. Any help would be great.

coefplot (m_*, label("Male") offset(0.05) fcolor(navy) ciopts(color(navy))) ///
(f_*, label("Female") offset(-0.26) fcolor(maroon) ciopts(color(maroon))) ///
, recast(bar) barwidth(0.3) fcolor(*.5) ///
ciopts(recast(rcap)) citop coeflabels(, wrap(20) format(%5.0f)) ///
graphregion(color(white)) bgcolor(white) ///
note("Scale: 1 (Strongly Disagree) to 7 (Strongly Agree) 95% Confidence Intervals Reported") ```


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source