We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0d600 commit 191c4c8Copy full SHA for 191c4c8
src/zulip.rs
@@ -318,7 +318,7 @@ async fn workqueue_commands(
318
assigned_prs.len(),
319
pluralize("PR", assigned_prs.len())
320
);
321
- writeln!(response, "Review capacity: {capacity}\n")?;
+ writeln!(response, "Review capacity: `{capacity}`\n")?;
322
writeln!(response, "Rotation mode: *{rotation_mode}*\n")?;
323
writeln!(response, "*Note that only certain PRs that are assigned to you are included in your review queue.*")?;
324
response
0 commit comments