diff --git a/clickat.php b/clickat.php
index 63aca5f..b5516ba 100644
--- a/clickat.php
+++ b/clickat.php
@@ -14,7 +14,7 @@ function hook_clickat_render_linklist($data)
$patterns = array(
'/([^\S]+)@([\w]+).bsky.social/' => '\1@\2.bsky.social',
'/([^\S]+)@([\w]+)@([\w_\-\.]+)/' => '\1@\2',
- '/([^\S]+)@([\w]+)/' => '\1@\2'
+ '/([^\S]+)@([\w]+)/' => '\1@\2'
);
foreach ($data['links'] as &$value) {
if (strpos($value['description'], '@') !== false) {