What were you expecting?
Typing /* and hitting enter should create a single comment region.
What actually happened?
Typing /* causes emacs to automatically append */ after the cursor and for the /** "doc" snippet to prompt which causes an extra */ to appear as the doc snippet adds its own. Produces the following.

Steps to reproduce
- Type
/*
- Hit enter
Operating system
Ubuntu 22.04 under WSL2
Emacs version
Emacs 29.3
Installed commit of doom-snippets
c1384cc
What were you expecting?
Typing
/*and hitting enter should create a single comment region.What actually happened?
Typing

/*causes emacs to automatically append*/after the cursor and for the/**"doc" snippet to prompt which causes an extra*/to appear as the doc snippet adds its own. Produces the following.Steps to reproduce
/*Operating system
Ubuntu 22.04 under WSL2
Emacs version
Emacs 29.3
Installed commit of doom-snippets
c1384cc