It's not a template. It is added directly in a template hook. You can edit the file plugins\clubsenhancements\hooks\clubsenhancementsBadges.php. Find:
{{foreach \IPS\Member\Club::clubs( $comment->author(), NULL, $order, TRUE ) as $club}}
Change to:
<br>
{{foreach \IPS\Member\Club::clubs( $comment->author(), NULL, $order, TRUE ) as $club}}
I'll add it in a template for the next version.