Empty comment UI practice

What is the best practice to display empty commit message?

At the moment I'm developing Google Material design desktop app where users can view commit details. When there is no commit message I'm displaying * no message *. Should I display No commit comment or maybe should I leave a blank place if there is no commit message?

Ui for example: enter image description here