Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kozabrada123 committed Aug 18, 2024
1 parent f63c6a7 commit e0ae1a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/api/users/connections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ impl ChorusUser {
/// println!("");
/// println!("- create a DNS TXT record with the name _discord.{domain} and content {proof}");
/// println!("or");
/// println!("- create a file at https://{domain}/.well-known/discord with the content {proof}");
/// // Once the user has added the proof, retry calling the endpoint
/// }
/// println!("- create a file at https://{domain}/.well-known/discord with the content {proof}");
/// // Once the user has added the proof, retry calling the endpoint
/// }
/// CreateDomainConnectionReturn::Ok(connection) => {
/// println!("Successfulyl created connection! {:?}", connection);
/// }
Expand Down
2 changes: 1 addition & 1 deletion src/types/schema/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ pub enum CreateDomainConnectionReturn {
/// To verify ownership, either:
///
/// - add the proof string as a TXT DNS record to the domain,
/// with the name of the record being `_discord.{domain}` or
/// with the name of the record being `_discord.{domain}` or
///
/// - serve the proof string as a file at `https://{domain}/.well-known/discord`
///
Expand Down

0 comments on commit e0ae1a9

Please sign in to comment.