Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 24, 2024
1 parent ae1db21 commit 1fd9367
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/static_urls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ pub(crate) const GITHUB_DISCUSSIONS_URL: &str =
"https://github.com/rabbitmq/rabbitmq-server/discussions";
pub(crate) const DISCORD_SERVER_INVITATION_URL: &str = "https://rabbitmq.com/discord/";

pub(crate) const GITHUB_REPOSITORY_URL: &str =
"https://github.com/rabbitmq/rabbitmqadmin-ng";
pub(crate) const GITHUB_REPOSITORY_URL: &str = "https://github.com/rabbitmq/rabbitmqadmin-ng";

pub(crate) const QUORUM_QUEUE_GUIDE_URL: &str = "https://rabbitmq.com/docs/quorum-queues";
pub(crate) const QUORUM_QUEUE_FAILURE_HANDLING_GUIDE_URL: &str =
Expand Down

0 comments on commit 1fd9367

Please sign in to comment.