Skip to content

Commit 191c4c8

Browse files
committed
Put review capacity into backticks
1 parent cb0d600 commit 191c4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zulip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ async fn workqueue_commands(
318318
assigned_prs.len(),
319319
pluralize("PR", assigned_prs.len())
320320
);
321-
writeln!(response, "Review capacity: {capacity}\n")?;
321+
writeln!(response, "Review capacity: `{capacity}`\n")?;
322322
writeln!(response, "Rotation mode: *{rotation_mode}*\n")?;
323323
writeln!(response, "*Note that only certain PRs that are assigned to you are included in your review queue.*")?;
324324
response

0 commit comments

Comments
 (0)