Skip to content

Commit 7344836

Browse files
committed
fix: use proper spacing
1 parent b1f37cf commit 7344836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/sexurity-discord/src/subscriptions/reputation.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ fn build_embed_data(
165165

166166
if include_team_handle {
167167
text += &format!(
168-
"in [**``{}``**]({})",
168+
" in [**``{}``**]({})",
169169
handle,
170170
format!("https://hackerone.com/{}", handle)
171171
);
@@ -211,7 +211,7 @@ fn build_embed_data(
211211

212212
if include_team_handle {
213213
text += &format!(
214-
"in [**``{}``**]({})",
214+
" in [**``{}``**]({})",
215215
handle,
216216
format!("https://hackerone.com/{}", handle)
217217
);

0 commit comments

Comments
 (0)