Skip to content

Commit

Permalink
chore: Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Sep 1, 2024
1 parent 5ced95c commit bbb77d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/merge/mutations/transforms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,14 @@ mod keyring_transform {
/// default is `=`)
///
/// Example args:
/// * service: "my_service"
/// * user: "my_user"
/// * service: "my-service"
/// * user: "my-user"
///
/// To add a key compatible with the above service and user run a command
/// like the following:
///
/// ```console
/// $ chezmoi_modify_manager --keyring-set my_service my_user
/// $ chezmoi_modify_manager --keyring-set my-service my-user
/// ```
/// and enter the password when prompted
#[derive(Debug, Clone)]
Expand Down

0 comments on commit bbb77d8

Please sign in to comment.